From 08c67e5cdc441707f179e82e3c125a35ef4c7c83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moise=CC=81s=20Guimara=CC=83es?= Date: Mon, 18 Jan 2016 20:46:52 -0300 Subject: [PATCH] fixes typo; --- src/internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal.c b/src/internal.c index b96725c15..04235467b 100644 --- a/src/internal.c +++ b/src/internal.c @@ -8488,7 +8488,7 @@ static int BuildCertificateStatus(WOLFSSL* ssl, byte type, buffer* status, #ifdef WOLFSSL_DTLS if (ret == 0 && ssl->options.dtls) - ret = DtlsPoolSave(ssl, output, sendSz)); + ret = DtlsPoolSave(ssl, output, sendSz); #endif #ifdef WOLFSSL_CALLBACKS