Skip to content

Commit 3be004f

Browse files
committed
fixup! Implement OCSP responder
1 parent 9015ae9 commit 3be004f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/client/client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1718,7 +1718,7 @@ static void showPeerPEM(WOLFSSL* ssl)
17181718

17191719
if (bioOut) {
17201720
wolfSSL_BIO_write(bioOut, "---\nServer certificate\n",
1721-
XSTRLEN("---\nServer certificate\n"));
1721+
(int)XSTRLEN("---\nServer certificate\n"));
17221722
wolfSSL_PEM_write_bio_X509(bioOut, peer);
17231723
}
17241724
wolfSSL_BIO_free(bioOut);

0 commit comments

Comments
 (0)