@@ -636,6 +636,7 @@ find_crypto_library(jboolean traceEnabled, const char *chomepath)
636
636
*/
637
637
static const char * const libNames [] = {
638
638
#if defined(_AIX )
639
+ "libcrypto-semeru.so" , /* bundled version of library */
639
640
"libcrypto.a(libcrypto64.so)" , /* general symlink library name from archive file */
640
641
"libcrypto64.so" , /* general symlink library name */
641
642
"libcrypto.a(libcrypto.so)" , /* general symlink library name from archive file */
@@ -649,14 +650,17 @@ find_crypto_library(jboolean traceEnabled, const char *chomepath)
649
650
"libcrypto.a(libcrypto.so.1.0.0)" , /* 1.0.x library name from archive file */
650
651
"libcrypto.so.1.0.0" , /* 1.0.x library name */
651
652
#elif defined(__APPLE__ ) /* defined(_AIX) */
653
+ "libcrypto-semeru.dylib" , /* bundled version of library */
652
654
"libcrypto.3.dylib" , /* 3.x library name */
653
655
"libcrypto.1.1.dylib" , /* 1.1.x library name */
654
656
"libcrypto.1.0.0.dylib" , /* 1.0.x library name */
655
657
#elif defined(_WIN32 ) /* defined(__APPLE__) */
658
+ "libcrypto-semeru.dll" , /* bundled version of library */
656
659
"libcrypto-3-x64.dll" , /* 3.x library name */
657
660
"libcrypto-1_1-x64.dll" , /* 1.1.x library name */
658
661
"libeay32.dll" , /* old library name */
659
662
#else /* defined(_WIN32) */
663
+ "libcrypto-semeru.so" , /* bundled version of library */
660
664
"libcrypto.so" , /* general symlink library name */
661
665
"libcrypto.so.3" , /* 3.x library name */
662
666
"libcrypto.so.1.1" , /* 1.1.x library name */
0 commit comments