summaryrefslogtreecommitdiff
path: root/src/lib/libssl/t1_lib.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libssl/t1_lib.c14
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
1832int 1832int
1833ssl_prepare_clienthello_tlsext(SSL *s)
1834{
1835 return 1;
1836}
1837
1838int
1839ssl_prepare_serverhello_tlsext(SSL *s)
1840{
1841 return 1;
1842}
1843
1844int
1845ssl_check_clienthello_tlsext_early(SSL *s) 1833ssl_check_clienthello_tlsext_early(SSL *s)
1846{ 1834{
1847 int ret = SSL_TLSEXT_ERR_NOACK; 1835 int ret = SSL_TLSEXT_ERR_NOACK;