Skip to content

Commit 369dc43

Browse files
committed
just spaces removed
1 parent 88139b0 commit 369dc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

closed/src/java.base/share/native/libjncrypto/NativeCrypto.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ find_crypto_library(jboolean traceEnabled, const char *chomepath)
650650
"libcrypto.a(libcrypto.so.1.0.0)", /* 1.0.x library name from archive file */
651651
"libcrypto.so.1.0.0", /* 1.0.x library name */
652652
#elif defined(__APPLE__) /* defined(_AIX) */
653-
"libcrypto-semeru.dylib", /* bundled version of library */
653+
"libcrypto-semeru.dylib", /* bundled version of library */
654654
"libcrypto.3.dylib", /* 3.x library name */
655655
"libcrypto.1.1.dylib", /* 1.1.x library name */
656656
"libcrypto.1.0.0.dylib", /* 1.0.x library name */

0 commit comments

Comments
 (0)