summaryrefslogtreecommitdiff
path: root/src/lib/libssl/t1_meth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/t1_meth.c')
-rw-r--r--src/lib/libssl/t1_meth.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/libssl/t1_meth.c b/src/lib/libssl/t1_meth.c
index e0cc50e117..71d957fca9 100644
--- a/src/lib/libssl/t1_meth.c
+++ b/src/lib/libssl/t1_meth.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: t1_meth.c,v 1.14 2014/11/16 14:12:47 jsing Exp $ */ 1/* $OpenBSD: t1_meth.c,v 1.15 2014/12/14 15:30:50 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 *
@@ -155,21 +155,21 @@ const SSL_METHOD TLSv1_2_method_data = {
155}; 155};
156 156
157const SSL_METHOD * 157const SSL_METHOD *
158TLSv1_method(void) 158TLSv1_method(void)
159{ 159{
160 return &TLSv1_method_data; 160 return &TLSv1_method_data;
161} 161}
162 162
163const SSL_METHOD * 163const SSL_METHOD *
164TLSv1_1_method(void) 164TLSv1_1_method(void)
165{ 165{
166 return &TLSv1_1_method_data; 166 return &TLSv1_1_method_data;
167} 167}
168 168
169const SSL_METHOD * 169const SSL_METHOD *
170TLSv1_2_method(void) 170TLSv1_2_method(void)
171{ 171{
172 return &TLSv1_2_method_data; 172 return &TLSv1_2_method_data;
173} 173}
174 174
175static const SSL_METHOD * 175static const SSL_METHOD *