diff options
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r-- | src/lib/libssl/ssl_locl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index 939808e3fb..ec30c9cb6a 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.108 2015/09/11 16:59:17 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.109 2015/09/11 17:01:19 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 | * |
@@ -607,8 +607,6 @@ int ssl3_change_cipher_state(SSL *s, int which); | |||
607 | void ssl3_cleanup_key_block(SSL *s); | 607 | void ssl3_cleanup_key_block(SSL *s); |
608 | int ssl3_do_write(SSL *s, int type); | 608 | int ssl3_do_write(SSL *s, int type); |
609 | int ssl3_send_alert(SSL *s, int level, int desc); | 609 | int ssl3_send_alert(SSL *s, int level, int desc); |
610 | int ssl3_generate_master_secret(SSL *s, unsigned char *out, | ||
611 | unsigned char *p, int len); | ||
612 | int ssl3_get_req_cert_type(SSL *s, unsigned char *p); | 610 | int ssl3_get_req_cert_type(SSL *s, unsigned char *p); |
613 | long ssl3_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok); | 611 | long ssl3_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok); |
614 | int ssl3_send_finished(SSL *s, int a, int b, const char *sender, int slen); | 612 | int ssl3_send_finished(SSL *s, int a, int b, const char *sender, int slen); |