From aada90c5a31d6f9946d326fe0849c4b0b8563b69 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Tue, 8 Jul 2014 21:50:40 +0000 Subject: Remove SSL_FIPS. ok deraadt@ miod@ --- src/lib/libssl/ssl_ciph.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/lib/libssl/ssl_ciph.c') diff --git a/src/lib/libssl/ssl_ciph.c b/src/lib/libssl/ssl_ciph.c index b8a6eaf514..31964ebe14 100644 --- a/src/lib/libssl/ssl_ciph.c +++ b/src/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 -- cgit v1.2.3-55-g6feb