Skip to content

Commit 98eb6b3

Browse files
ColtonWilleydouzzer
authored andcommitted
Fix for windows builds
1 parent f7bfa71 commit 98eb6b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/x509_str.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ static int wolfSSL_X509_verify_cert_ex(WOLFSSL_X509_STORE_CTX* ctx)
315315
*/
316316
int wolfSSL_X509_verify_cert(WOLFSSL_X509_STORE_CTX* ctx)
317317
{
318-
WOLFSSL_ENTER("wolfSSL_X509_verify_cert");
319318
int ret = WC_NO_ERR_TRACE(WOLFSSL_FAILURE);
320319
int done = 0;
321320
int added = 0;
@@ -325,6 +324,7 @@ int wolfSSL_X509_verify_cert(WOLFSSL_X509_STORE_CTX* ctx)
325324
WOLFSSL_X509 *issuer = NULL;
326325
WOLFSSL_X509 *orig = NULL;
327326
WOLF_STACK_OF(WOLFSSL_X509)* certs = NULL;
327+
WOLFSSL_ENTER("wolfSSL_X509_verify_cert");
328328

329329
if (ctx == NULL || ctx->store == NULL || ctx->store->cm == NULL
330330
|| ctx->current_cert == NULL || ctx->current_cert->derCert == NULL) {

0 commit comments

Comments
 (0)