diff options
author | jsing <> | 2014-11-08 15:21:02 +0000 |
---|---|---|
committer | jsing <> | 2014-11-08 15:21:02 +0000 |
commit | 2f8b4cc5ff3e9b07f35636bc6abdcbca9e9df7ca (patch) | |
tree | f3b2b35f9d59031749e317e4d4a663d19278f14e /src/lib/libssl/ssl_locl.h | |
parent | 69b02c2789e54ca6f1a0639f0a408d25d17ecc6f (diff) | |
download | openbsd-2f8b4cc5ff3e9b07f35636bc6abdcbca9e9df7ca.tar.gz openbsd-2f8b4cc5ff3e9b07f35636bc6abdcbca9e9df7ca.tar.bz2 openbsd-2f8b4cc5ff3e9b07f35636bc6abdcbca9e9df7ca.zip |
Clean up more SSLv2 remnants.
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r-- | src/lib/libssl/ssl_locl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index 9aa9bc60ff..8888d6c5a5 100644 --- a/src/lib/libssl/ssl_locl.h +++ b/src/lib/libssl/ssl_locl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl_locl.h,v 1.74 2014/11/02 10:42:38 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.75 2014/11/08 15:21:02 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 | * |
@@ -301,7 +301,6 @@ | |||
301 | #define SSL_AEAD 0x00000040L | 301 | #define SSL_AEAD 0x00000040L |
302 | 302 | ||
303 | /* Bits for algorithm_ssl (protocol version) */ | 303 | /* Bits for algorithm_ssl (protocol version) */ |
304 | #define SSL_SSLV2 0x00000001L | ||
305 | #define SSL_SSLV3 0x00000002L | 304 | #define SSL_SSLV3 0x00000002L |
306 | #define SSL_TLSV1 SSL_SSLV3 /* for now */ | 305 | #define SSL_TLSV1 SSL_SSLV3 /* for now */ |
307 | #define SSL_TLSV1_2 0x00000004L | 306 | #define SSL_TLSV1_2 0x00000004L |