diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libtls/tls_ocsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libtls/tls_ocsp.c b/src/lib/libtls/tls_ocsp.c index 13196bc1fc..ce7098bb9c 100644 --- a/src/lib/libtls/tls_ocsp.c +++ b/src/lib/libtls/tls_ocsp.c | |||
@@ -346,7 +346,7 @@ tls_ocsp_stapling_cb(SSL *ssl, void *arg) | |||
346 | memcpy(ocsp_staple, ctx->config->keypair->ocsp_staple, | 346 | memcpy(ocsp_staple, ctx->config->keypair->ocsp_staple, |
347 | ctx->config->keypair->ocsp_staple_len); | 347 | ctx->config->keypair->ocsp_staple_len); |
348 | if (SSL_set_tlsext_status_ocsp_resp(ctx->ssl_conn, ocsp_staple, | 348 | if (SSL_set_tlsext_status_ocsp_resp(ctx->ssl_conn, ocsp_staple, |
349 | ctx->config->keypair->ocsp_staple_len) != 1) | 349 | ctx->config->keypair->ocsp_staple_len) != 1) |
350 | goto err; | 350 | goto err; |
351 | 351 | ||
352 | ret = SSL_TLSEXT_ERR_OK; | 352 | ret = SSL_TLSEXT_ERR_OK; |