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, 3 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index 44afd1717e..39aabb05fb 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.209 2018/08/24 18:10:25 jsing Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.210 2018/08/27 16:42: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 *
@@ -1089,6 +1089,8 @@ int ssl_has_ecc_ciphers(SSL *s);
1089int ssl_verify_alarm_type(long type); 1089int ssl_verify_alarm_type(long type);
1090void ssl_load_ciphers(void); 1090void ssl_load_ciphers(void);
1091 1091
1092int SSL_SESSION_ticket(SSL_SESSION *ss, unsigned char **out, size_t *out_len);
1093
1092const SSL_CIPHER *ssl3_get_cipher_by_char(const unsigned char *p); 1094const SSL_CIPHER *ssl3_get_cipher_by_char(const unsigned char *p);
1093int ssl3_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p); 1095int ssl3_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p);
1094int ssl3_send_server_certificate(SSL *s); 1096int ssl3_send_server_certificate(SSL *s);