Hi, The "OpenSSL bindings for Rust" checks, using pkg-config, the version of openssl installed, and target 1.0.1 as minimal version.
Under OpenBSD, /usr/lib/pkgconfig/openssl.pc is generated by src/lib/libcrypto/generate_pkgconfig.sh, and the "version" is taken from SHLIB_VERSION_NUMBER in src/lib/libcrypto/opensslv.h , which is "1.0.0" from ages (Oct-2010). Does the file should be updated in some way ? I saw LibreSSL -portable ship a openssl.pc file with different content (Name: LibreSSL / Version: 2.5.0) instead of "Name: OpenSSL" and "Version: 1.0.0" as on OpenBSD. Thanks. -- Sebastien Marie