diff options
Diffstat (limited to 'src/lib/libssl/t1_meth.c')
-rw-r--r-- | src/lib/libssl/t1_meth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/t1_meth.c b/src/lib/libssl/t1_meth.c index f5d8df634e..6ce7c0bbf5 100644 --- a/src/lib/libssl/t1_meth.c +++ b/src/lib/libssl/t1_meth.c | |||
@@ -60,8 +60,8 @@ | |||
60 | #include <openssl/objects.h> | 60 | #include <openssl/objects.h> |
61 | #include "ssl_locl.h" | 61 | #include "ssl_locl.h" |
62 | 62 | ||
63 | static SSL_METHOD *tls1_get_method(int ver); | 63 | static const SSL_METHOD *tls1_get_method(int ver); |
64 | static SSL_METHOD *tls1_get_method(int ver) | 64 | static const SSL_METHOD *tls1_get_method(int ver) |
65 | { | 65 | { |
66 | if (ver == TLS1_VERSION) | 66 | if (ver == TLS1_VERSION) |
67 | return(TLSv1_method()); | 67 | return(TLSv1_method()); |