diff options
| author | jsing <> | 2015-09-01 13:38:27 +0000 | 
|---|---|---|
| committer | jsing <> | 2015-09-01 13:38:27 +0000 | 
| commit | 129b7e769281e2202a11fd7d8054118c56e13abf (patch) | |
| tree | cad3d134dfda06ab6f9bb3a9694244c0dedb8b0e /src/lib/libssl/t1_lib.c | |
| parent | 9e7c88844639dc20c010e7333937690a9cf3281d (diff) | |
| download | openbsd-129b7e769281e2202a11fd7d8054118c56e13abf.tar.gz openbsd-129b7e769281e2202a11fd7d8054118c56e13abf.tar.bz2 openbsd-129b7e769281e2202a11fd7d8054118c56e13abf.zip | |
Remove the ssl_prepare_{client,server}hello_tlsext() functions, which are
now nothing more than noops.
ok bcook@ doug@
Diffstat (limited to '')
| -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; | 
