summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r--src/lib/libssl/ssl_locl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index 509183a7fa..5d39d1a391 100644
--- a/src/lib/libssl/ssl_locl.h
+++ b/src/lib/libssl/ssl_locl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl_locl.h,v 1.239 2019/03/25 16:24:57 jsing Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.240 2019/03/25 16:35: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 *
@@ -1154,7 +1154,7 @@ int ssl3_renegotiate_check(SSL *ssl);
1154int ssl3_dispatch_alert(SSL *s); 1154int ssl3_dispatch_alert(SSL *s);
1155int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek); 1155int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek);
1156int ssl3_write_bytes(SSL *s, int type, const void *buf, int len); 1156int ssl3_write_bytes(SSL *s, int type, const void *buf, int len);
1157int ssl3_output_cert_chain(SSL *s, CBB *cbb, X509 *x); 1157int ssl3_output_cert_chain(SSL *s, CBB *cbb, CERT_PKEY *cpk);
1158SSL_CIPHER *ssl3_choose_cipher(SSL *ssl, STACK_OF(SSL_CIPHER) *clnt, 1158SSL_CIPHER *ssl3_choose_cipher(SSL *ssl, STACK_OF(SSL_CIPHER) *clnt,
1159 STACK_OF(SSL_CIPHER) *srvr); 1159 STACK_OF(SSL_CIPHER) *srvr);
1160int ssl3_setup_buffers(SSL *s); 1160int ssl3_setup_buffers(SSL *s);