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, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index 50806d1b18..94bb76eca3 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.224 2018/11/10 01:19:09 beck Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.225 2018/11/21 15:13:29 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 *
@@ -1242,6 +1242,7 @@ void tls1_handshake_hash_free(SSL *s);
1242 1242
1243int tls1_transcript_init(SSL *s); 1243int tls1_transcript_init(SSL *s);
1244void tls1_transcript_free(SSL *s); 1244void tls1_transcript_free(SSL *s);
1245void tls1_transcript_reset(SSL *s);
1245int tls1_transcript_append(SSL *s, const unsigned char *buf, size_t len); 1246int tls1_transcript_append(SSL *s, const unsigned char *buf, size_t len);
1246int tls1_transcript_data(SSL *s, const unsigned char **data, size_t *len); 1247int tls1_transcript_data(SSL *s, const unsigned char **data, size_t *len);
1247void tls1_transcript_freeze(SSL *s); 1248void tls1_transcript_freeze(SSL *s);