diff options
| author | jsing <> | 2017-09-20 16:36:45 +0000 |
|---|---|---|
| committer | jsing <> | 2017-09-20 16:36:45 +0000 |
| commit | 5068b8b7a6b9aeb5547f87d2352bfa52e9d6c448 (patch) | |
| tree | b305f8b8e522d83aba0969c1d7d37609bdde31d6 /src/lib/libtls/tls_ocsp.c | |
| parent | 54582c6f087eb596aa0e3c8f106c7141887d9bd1 (diff) | |
| download | openbsd-5068b8b7a6b9aeb5547f87d2352bfa52e9d6c448.tar.gz openbsd-5068b8b7a6b9aeb5547f87d2352bfa52e9d6c448.tar.bz2 openbsd-5068b8b7a6b9aeb5547f87d2352bfa52e9d6c448.zip | |
Fix indentation.
Diffstat (limited to '')
| -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; |
