Skip to content

Commit 128b9e7

Browse files
committed
ssl.c reviewed
1 parent 666f8a5 commit 128b9e7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/ssl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15004,7 +15004,6 @@ WOLFSSL_X509* wolfSSL_get_certificate(WOLFSSL* ssl)
1500415004
XMEMCMP(ssl->buffers.certificate->buffer,
1500515005
ssl->ctx->certificate->buffer,
1500615006
ssl->buffers.certificate->length) == 0)) {
15007-
ssl->ourCert = ssl->ctx->ourCert;
1500815007
return ssl->ctx->ourCert;
1500915008
}
1501015009
}

0 commit comments

Comments
 (0)