diff options
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r-- | src/lib/libssl/ssl_locl.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index 3eee18cbd6..8ec4c69d5b 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.69 2014/09/27 11:01:06 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.70 2014/09/30 15:40:09 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 | * |
@@ -839,6 +839,9 @@ long ssl_get_algorithm2(SSL *s); | |||
839 | int tls1_process_sigalgs(SSL *s, const unsigned char *data, int dsize); | 839 | int tls1_process_sigalgs(SSL *s, const unsigned char *data, int dsize); |
840 | int tls12_get_req_sig_algs(SSL *s, unsigned char *p); | 840 | int tls12_get_req_sig_algs(SSL *s, unsigned char *p); |
841 | 841 | ||
842 | int tls1_check_ec_server_key(SSL *s); | ||
843 | int tls1_check_ec_tmp_key(SSL *s); | ||
844 | |||
842 | int ssl_add_clienthello_use_srtp_ext(SSL *s, unsigned char *p, | 845 | int ssl_add_clienthello_use_srtp_ext(SSL *s, unsigned char *p, |
843 | int *len, int maxlen); | 846 | int *len, int maxlen); |
844 | int ssl_parse_clienthello_use_srtp_ext(SSL *s, unsigned char *d, | 847 | int ssl_parse_clienthello_use_srtp_ext(SSL *s, unsigned char *d, |