Skip to content

Commit

Permalink
Code review
Browse files Browse the repository at this point in the history
  • Loading branch information
julek-wolfssl committed Jul 31, 2023
1 parent a495bb4 commit 854ae0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tls.c
Original file line number Diff line number Diff line change
Expand Up @@ -6681,7 +6681,7 @@ static int TLSX_CA_Names_Parse(WOLFSSL *ssl, const byte* input,
CopyDecodedName(name, cert, SUBJECT);
if (wolfSSL_sk_X509_NAME_push(ssl->client_ca_names, name)
== WOLFSSL_FAILURE)
ret = MEMORY_ERROR;
ret = MEMORY_ERROR;
}

if (didInit)
Expand Down

0 comments on commit 854ae0d

Please sign in to comment.