summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h
diff options
context:
space:
mode:
authorjsing <>2017-10-11 16:51:39 +0000
committerjsing <>2017-10-11 16:51:39 +0000
commite64dc34242390cd4a16eb683e606c5beccbb9aa7 (patch)
tree2fe8124781fd11334215e44437c46397432bc7a3 /src/lib/libssl/ssl_locl.h
parent62790ade0e2b202d99093dd2d8dc2df8284e2543 (diff)
downloadopenbsd-e64dc34242390cd4a16eb683e606c5beccbb9aa7.tar.gz
openbsd-e64dc34242390cd4a16eb683e606c5beccbb9aa7.tar.bz2
openbsd-e64dc34242390cd4a16eb683e606c5beccbb9aa7.zip
Fully convert ssl3_send_server_hello() to CBB.
Based on a diff from doug@
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r--src/lib/libssl/ssl_locl.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index 9d9f9c3e41..2ce4b05600 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.196 2017/10/10 16:51:38 jsing Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.197 2017/10/11 16:51:39 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 *
@@ -1289,9 +1289,6 @@ int tls1_get_shared_curve(SSL *s);
1289unsigned char *ssl_add_clienthello_tlsext(SSL *s, unsigned char *p, 1289unsigned char *ssl_add_clienthello_tlsext(SSL *s, unsigned char *p,
1290 unsigned char *limit); 1290 unsigned char *limit);
1291 1291
1292unsigned char *ssl_add_serverhello_tlsext(SSL *s, unsigned char *p,
1293 unsigned char *limit);
1294
1295int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **data, 1292int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **data,
1296 unsigned char *d, int n, int *al); 1293 unsigned char *d, int n, int *al);
1297int ssl_parse_serverhello_tlsext(SSL *s, unsigned char **data, 1294int ssl_parse_serverhello_tlsext(SSL *s, unsigned char **data,