diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/ssl_locl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index d699fd41d8..88af440f21 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.112 2015/09/11 17:08:50 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.113 2015/09/11 17:11:53 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 | * |
| @@ -782,7 +782,6 @@ int tls1_export_keying_material(SSL *s, unsigned char *out, size_t olen, | |||
| 782 | const char *label, size_t llen, const unsigned char *p, size_t plen, | 782 | const char *label, size_t llen, const unsigned char *p, size_t plen, |
| 783 | int use_context); | 783 | int use_context); |
| 784 | int tls1_alert_code(int code); | 784 | int tls1_alert_code(int code); |
| 785 | int ssl3_alert_code(int code); | ||
| 786 | int ssl_ok(SSL *s); | 785 | int ssl_ok(SSL *s); |
| 787 | 786 | ||
| 788 | int ssl_check_srvr_ecc_cert_and_alg(X509 *x, SSL *s); | 787 | int ssl_check_srvr_ecc_cert_and_alg(X509 *x, SSL *s); |
