Commit 02d70b51 authored by Jean-Philippe Camguilhem's avatar Jean-Philippe Camguilhem
Browse files

improve comment

parent 7faa7d59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ fn find_openssl_dir(target: &str) -> OsString {
        return OsString::from("/usr");
    }

    // OpenBSD ships with OpenSSL but doesn't include a pkg-config file :(
    // OpenBSD ships with LibreSSL but doesn't include a pkg-config file :(
    if host == target && target.contains("openbsd") {
        return OsString::from("/usr");
    }