Could that be LibreSSL? (Or some similar wrapper for OpenSSL?) https://github.com/Ruzzz/LibreSSL
This above repo creates libraries in the named format below; to match how Microsoft provides multiple versions of libraries. Looks to be debug (d) and multi-thread (MT?) versions of the libraries; not sure what MD stands for. Also: https://gitlab.kitware.com/cmake/cmake/commit/ed1758f8eb58a4e52acf0f3885f82403814f5ffd -- -Todd Short // tsh...@akamai.com<mailto:tsh...@akamai.com> // "One if by land, two if by sea, three if by the Internet." On Oct 2, 2018, at 11:59 AM, Richard Levitte <levi...@openssl.org<mailto:levi...@openssl.org>> wrote: Our scripts have *never*, as far as I know, produced libraries named like that. Don't those DLLs come from some specific packager that produces binary install kits? For 1.1.x, *our* naming is a bit more elaborate, you will see these names: libcrypto-1_1.dll & libssl-1_1.dll - VC-WIN32 build libcrypto-1_1-x64.dll & libssl-1_1-x64.dll - VC-WIN64A build libcrypto-1_1-ia64.dll & libssl-1_1-ia64.dll - VC-WIN64I build You will also see the corresponding import libraries: libcrypto.lib & libssl.lib Cheers, Richard In message <byapr17mb2150827bb4432c4b7edaf69ddf...@byapr17mb2150.namprd17.prod.outlook.com<mailto:byapr17mb2150827bb4432c4b7edaf69ddf...@byapr17mb2150.namprd17.prod.outlook.com>> on Mon, 1 Oct 2018 16:29:15 +0000, <aaron.frie...@non.keysight.com<mailto:aaron.frie...@non.keysight.com>> said: A current project using Net-SNMP and OpenSSL require that these both are built locally (customer requirement). I am attempting to build OpenSSL 1.1.1. After building OpenSSL, “nmake test” succeeds. However, the Net-SNMP build is looking for various .lib files that are in the pre-built package, but do not seem to be in what I build locally. From the pre-built package, in the lib/VC folder: libcrypto64MD.lib libcrypto64MDd.lib libcrypto64MT.lib libcrypto64MTd.lib libssl64MD.lib libssl64MDd.lib libssl64MT.lib libssl64MTd.lib But the VC folder is not part of my locally built version. What am I missing in order to get these .lib files to build locally? Thank you for your assistance. Best Regards, Aaron Friesen Contract Software Engineer of Aerotek on behalf of Keysight Keysight Technologies, Inc. 970.679.5632 T -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
-- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users