Convert to pointer to pass static memory

This commit is contained in:
Tesfa Mael
2019-08-06 10:47:30 -07:00
parent 000c38ae1f
commit c1938969aa
3 changed files with 25 additions and 11 deletions
+1 -1
View File
@@ -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;