diff options
author | jsing <> | 2015-09-01 13:38:27 +0000 |
---|---|---|
committer | jsing <> | 2015-09-01 13:38:27 +0000 |
commit | 590c5fc5e623a41d63741f1eb2f5f50ab090265a (patch) | |
tree | cad3d134dfda06ab6f9bb3a9694244c0dedb8b0e /src/lib/libssl/t1_lib.c | |
parent | 5d2f851bf9aa598e77b6d89ba8622bfe05ce2371 (diff) | |
download | openbsd-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/t1_lib.c')
-rw-r--r-- | src/lib/libssl/t1_lib.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/lib/libssl/t1_lib.c b/src/lib/libssl/t1_lib.c index b892fa9b91..fc54fe1e6d 100644 --- a/src/lib/libssl/t1_lib.c +++ b/src/lib/libssl/t1_lib.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: t1_lib.c,v 1.83 2015/08/19 23:34:34 bcook Exp $ */ | 1 | /* $OpenBSD: t1_lib.c,v 1.84 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 | * |
@@ -1830,18 +1830,6 @@ ri_check: | |||
1830 | } | 1830 | } |
1831 | 1831 | ||
1832 | int | 1832 | int |
1833 | ssl_prepare_clienthello_tlsext(SSL *s) | ||
1834 | { | ||
1835 | return 1; | ||
1836 | } | ||
1837 | |||
1838 | int | ||
1839 | ssl_prepare_serverhello_tlsext(SSL *s) | ||
1840 | { | ||
1841 | return 1; | ||
1842 | } | ||
1843 | |||
1844 | int | ||
1845 | ssl_check_clienthello_tlsext_early(SSL *s) | 1833 | ssl_check_clienthello_tlsext_early(SSL *s) |
1846 | { | 1834 | { |
1847 | int ret = SSL_TLSEXT_ERR_NOACK; | 1835 | int ret = SSL_TLSEXT_ERR_NOACK; |