diff options
author | jsing <> | 2017-09-20 16:36:45 +0000 |
---|---|---|
committer | jsing <> | 2017-09-20 16:36:45 +0000 |
commit | cea2d752cf8e2424052795439901859e1aa2a1dc (patch) | |
tree | b305f8b8e522d83aba0969c1d7d37609bdde31d6 /src/lib | |
parent | 880ea91fbd3a78b2622774b0ad54c363a89e3868 (diff) | |
download | openbsd-cea2d752cf8e2424052795439901859e1aa2a1dc.tar.gz openbsd-cea2d752cf8e2424052795439901859e1aa2a1dc.tar.bz2 openbsd-cea2d752cf8e2424052795439901859e1aa2a1dc.zip |
Fix indentation.
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; |