summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h
diff options
context:
space:
mode:
authorjsing <>2015-09-01 13:38:27 +0000
committerjsing <>2015-09-01 13:38:27 +0000
commit590c5fc5e623a41d63741f1eb2f5f50ab090265a (patch)
treecad3d134dfda06ab6f9bb3a9694244c0dedb8b0e /src/lib/libssl/ssl_locl.h
parent5d2f851bf9aa598e77b6d89ba8622bfe05ce2371 (diff)
downloadopenbsd-590c5fc5e623a41d63741f1eb2f5f50ab090265a.tar.gz
openbsd-590c5fc5e623a41d63741f1eb2f5f50ab090265a.tar.bz2
openbsd-590c5fc5e623a41d63741f1eb2f5f50ab090265a.zip
Remove the ssl_prepare_{client,server}hello_tlsext() functions, which are
now nothing more than noops. ok bcook@ doug@
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r--src/lib/libssl/ssl_locl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index 098065f3bc..b7853b24c8 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.101 2015/08/29 17:15:52 doug Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.102 2015/09/01 13:38:27 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 *
@@ -816,8 +816,6 @@ int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **data,
816 unsigned char *d, int n, int *al); 816 unsigned char *d, int n, int *al);
817int ssl_parse_serverhello_tlsext(SSL *s, unsigned char **data, 817int ssl_parse_serverhello_tlsext(SSL *s, unsigned char **data,
818 unsigned char *d, int n, int *al); 818 unsigned char *d, int n, int *al);
819int ssl_prepare_clienthello_tlsext(SSL *s);
820int ssl_prepare_serverhello_tlsext(SSL *s);
821int ssl_check_clienthello_tlsext_early(SSL *s); 819int ssl_check_clienthello_tlsext_early(SSL *s);
822int ssl_check_clienthello_tlsext_late(SSL *s); 820int ssl_check_clienthello_tlsext_late(SSL *s);
823int ssl_check_serverhello_tlsext(SSL *s); 821int ssl_check_serverhello_tlsext(SSL *s);