We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 336af4d commit cd8c49eCopy full SHA for cd8c49e
1 file changed
native/com_wolfssl_WolfSSLSession.c
@@ -3845,12 +3845,8 @@ JNIEXPORT jint JNICALL Java_com_wolfssl_WolfSSLSession_getSide
3845
(void)jenv;
3846
(void)jcl;
3847
3848
-#ifdef ATOMIC_USER
3849
/* wolfSSL checks ssl for NULL */
3850
return wolfSSL_GetSide((WOLFSSL*)(uintptr_t)ssl);
3851
-#else
3852
- return NOT_COMPILED_IN;
3853
-#endif
3854
}
3855
3856
JNIEXPORT jint JNICALL Java_com_wolfssl_WolfSSLSession_isTLSv1_11
0 commit comments