Skip to content

Commit

Permalink
Address review comments 2
Browse files Browse the repository at this point in the history
  • Loading branch information
KostasTsiounis committed Dec 6, 2024
1 parent 1cc6195 commit 52ea90d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions closed/src/java.base/share/native/libjncrypto/NativeCrypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ find_crypto_library(jboolean traceEnabled, const char *chomepath)
* available options.
* Note: On macOS 11 or later, loading the general symlink causes
* a fatal warning and associated abort by default, so it is
* commented out and not used.
* omitted.
*
* The rest of the libraries are listed in descending order,
* which allows us to do two things:
Expand Down Expand Up @@ -788,7 +788,6 @@ JNIEXPORT jlong JNICALL
Java_jdk_crypto_jniprovider_NativeCrypto_loadCrypto
(JNIEnv * env, jobject jobj, jboolean traceEnabled, jstring jlibname, jstring jhomepath)
{
const char *clibname = "";
const char *chomepath = "";
jlong ossl_ver = 0;

Expand Down

0 comments on commit 52ea90d

Please sign in to comment.