Merge pull request #267 from moisesguimaraes/fix_ocspstapling_dtls_typo

Fix ocspstapling dtls typo
This commit is contained in:
JacobBarthelmeh
2016-01-19 10:34:15 -07:00

View File

@@ -8488,7 +8488,7 @@ static int BuildCertificateStatus(WOLFSSL* ssl, byte type, buffer* status,
#ifdef WOLFSSL_DTLS #ifdef WOLFSSL_DTLS
if (ret == 0 && ssl->options.dtls) if (ret == 0 && ssl->options.dtls)
ret = DtlsPoolSave(ssl, output, sendSz)); ret = DtlsPoolSave(ssl, output, sendSz);
#endif #endif
#ifdef WOLFSSL_CALLBACKS #ifdef WOLFSSL_CALLBACKS