mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 11:30:51 +02:00
fixup! Implement OCSP responder
This commit is contained in:
@@ -1718,7 +1718,7 @@ static void showPeerPEM(WOLFSSL* ssl)
|
||||
|
||||
if (bioOut) {
|
||||
wolfSSL_BIO_write(bioOut, "---\nServer certificate\n",
|
||||
XSTRLEN("---\nServer certificate\n"));
|
||||
(int)XSTRLEN("---\nServer certificate\n"));
|
||||
wolfSSL_PEM_write_bio_X509(bioOut, peer);
|
||||
}
|
||||
wolfSSL_BIO_free(bioOut);
|
||||
|
||||
Reference in New Issue
Block a user