Skip to content

Commit 93dc435

Browse files
committed
removed macroguard
1 parent b92b13b commit 93dc435

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

native/com_wolfssl_WolfSSLSession.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5878,17 +5878,11 @@ JNIEXPORT jint JNICALL Java_com_wolfssl_WolfSSLSession_useClientSuites
58785878
(JNIEnv* jenv, jobject jcl, jlong sslPtr)
58795879
{
58805880
(void)jcl;
5881-
#if !defined(NO_WOLFSSL_CLIENT)
58825881
WOLFSSL* ssl = (WOLFSSL*)(uintptr_t)sslPtr;
58835882
if (jenv == NULL || ssl == NULL) {
58845883
return WOLFSSL_FAILURE;
58855884
}
58865885
return (jint)wolfSSL_UseClientSuites(ssl);
5887-
#else
5888-
(void)jenv;
5889-
(void)sslPtr;
5890-
return (jint)NOT_COMPILED_IN;
5891-
#endif
58925886
}
58935887

58945888
JNIEXPORT jint JNICALL Java_com_wolfssl_WolfSSLSession_interruptBlockedIO

0 commit comments

Comments
 (0)