mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-08 10:20:49 +02:00
Convert to pointer to pass static memory
This commit is contained in:
+1
-1
@@ -3739,7 +3739,7 @@ struct WOLFSSL {
|
||||
WOLFSSL_BIO* biord; /* socket bio read to free/close */
|
||||
WOLFSSL_BIO* biowr; /* socket bio write to free/close */
|
||||
byte sessionCtx[ID_LEN]; /* app session context ID */
|
||||
WOLFSSL_X509_VERIFY_PARAM param; /* verification parameters*/
|
||||
WOLFSSL_X509_VERIFY_PARAM* param; /* verification parameters*/
|
||||
#endif
|
||||
#if defined(OPENSSL_EXTRA) || defined(OPENSSL_EXTRA_X509_SMALL)
|
||||
unsigned long peerVerifyRet;
|
||||
|
||||
Reference in New Issue
Block a user