diff options
author | 2014-07-08 21:50:40 +0000 | |
---|---|---|
committer | 2014-07-08 21:50:40 +0000 | |
commit | 0ca99bc128ff47a3412280ff4235f04a4fadcb30 (patch) | |
tree | b5425b3f6f03735575fd815d888af13993fa398e /lib/libssl/ssl_ciph.c | |
parent | update _POSIX2_FORT_RUN, so that sysconf(_SC_2_FORT_RUN) remains correct. (diff) | |
download | wireguard-openbsd-0ca99bc128ff47a3412280ff4235f04a4fadcb30.tar.xz wireguard-openbsd-0ca99bc128ff47a3412280ff4235f04a4fadcb30.zip |
Remove SSL_FIPS.
ok deraadt@ miod@
Diffstat (limited to 'lib/libssl/ssl_ciph.c')
-rw-r--r-- | lib/libssl/ssl_ciph.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/libssl/ssl_ciph.c b/lib/libssl/ssl_ciph.c index b8a6eaf5143..31964ebe145 100644 --- a/lib/libssl/ssl_ciph.c +++ b/lib/libssl/ssl_ciph.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_ciph.c,v 1.55 2014/06/18 04:48:37 miod Exp $ */ +/* $OpenBSD: ssl_ciph.c,v 1.56 2014/07/08 21:50:40 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -557,13 +557,6 @@ static const SSL_CIPHER cipher_aliases[] = { .name = SSL_TXT_HIGH, .algo_strength = SSL_HIGH, }, - - /* FIPS 140-2 approved ciphersuite */ - { - .name = SSL_TXT_FIPS, - .algorithm_enc = ~SSL_eNULL, - .algo_strength = SSL_FIPS, - }, }; /* Search for public key algorithm with given name and |