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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index 7f197bbcdf..4b2f98f84d 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.331 2021/03/27 17:56:28 tb Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.332 2021/03/29 16:19:15 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 *
@@ -1261,7 +1261,6 @@ int ssl3_handshake_msg_finish(SSL *s, CBB *handshake);
1261int ssl3_handshake_write(SSL *s); 1261int ssl3_handshake_write(SSL *s);
1262int ssl3_record_write(SSL *s, int type); 1262int ssl3_record_write(SSL *s, int type);
1263 1263
1264void tls1_record_sequence_increment(unsigned char *seq);
1265int ssl3_do_change_cipher_spec(SSL *ssl); 1264int ssl3_do_change_cipher_spec(SSL *ssl);
1266 1265
1267int dtls1_do_write(SSL *s, int type); 1266int dtls1_do_write(SSL *s, int type);