diff options
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r-- | src/lib/libssl/ssl_locl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index c11c5899e3..84bb6879b0 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.185 2017/08/11 05:06:34 doug Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.186 2017/08/11 17:54:41 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 | * |
@@ -1138,7 +1138,7 @@ int ssl3_get_finished(SSL *s, int state_a, int state_b); | |||
1138 | int ssl3_send_change_cipher_spec(SSL *s, int state_a, int state_b); | 1138 | int ssl3_send_change_cipher_spec(SSL *s, int state_a, int state_b); |
1139 | int ssl3_do_write(SSL *s, int type); | 1139 | int ssl3_do_write(SSL *s, int type); |
1140 | int ssl3_send_alert(SSL *s, int level, int desc); | 1140 | int ssl3_send_alert(SSL *s, int level, int desc); |
1141 | int ssl3_get_req_cert_type(SSL *s, unsigned char *p); | 1141 | int ssl3_get_req_cert_types(SSL *s, CBB *cbb); |
1142 | long ssl3_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok); | 1142 | long ssl3_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok); |
1143 | int ssl3_send_finished(SSL *s, int a, int b, const char *sender, int slen); | 1143 | int ssl3_send_finished(SSL *s, int a, int b, const char *sender, int slen); |
1144 | int ssl3_num_ciphers(void); | 1144 | int ssl3_num_ciphers(void); |