Skip to content

Commit d6fcc2b

Browse files
committed
fixup! tls ocsp: support lazy cert loading with ocsp stapling
1 parent 5514ed6 commit d6fcc2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23009,7 +23009,7 @@ long wolfSSL_CTX_set_tlsext_status_arg(WOLFSSL_CTX* ctx, void* arg)
2300923009

2301023010
ctx->cm->ocsp_stapling->statusCbArg = arg;
2301123011
#else
23012-
(void)cb;
23012+
(void)arg;
2301323013
#endif
2301423014

2301523015
return WOLFSSL_SUCCESS;

0 commit comments

Comments
 (0)