summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_srvr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl_srvr.c')
-rw-r--r--src/lib/libssl/ssl_srvr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_srvr.c b/src/lib/libssl/ssl_srvr.c
index 72419dcf3a..e78099cdad 100644
--- a/src/lib/libssl/ssl_srvr.c
+++ b/src/lib/libssl/ssl_srvr.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl_srvr.c,v 1.74 2020/05/09 13:51:44 tb Exp $ */ 1/* $OpenBSD: ssl_srvr.c,v 1.75 2020/05/10 14:17:48 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -2624,7 +2624,7 @@ ssl3_send_cert_status(SSL *s)
2624 if (!CBB_add_u24_length_prefixed(&certstatus, &ocspresp)) 2624 if (!CBB_add_u24_length_prefixed(&certstatus, &ocspresp))
2625 goto err; 2625 goto err;
2626 if (!CBB_add_bytes(&ocspresp, s->internal->tlsext_ocsp_resp, 2626 if (!CBB_add_bytes(&ocspresp, s->internal->tlsext_ocsp_resp,
2627 s->internal->tlsext_ocsp_resplen)) 2627 s->internal->tlsext_ocsp_resp_len))
2628 goto err; 2628 goto err;
2629 if (!ssl3_handshake_msg_finish(s, &cbb)) 2629 if (!ssl3_handshake_msg_finish(s, &cbb))
2630 goto err; 2630 goto err;