From 32df13497a1f1d7ef90a9c0b3128f65d18ab0086 Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Sat, 30 May 2020 09:57:29 +0200 Subject: Remove getenv(OPENSSL_FIPS) in openssl command This is left over from the past. Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/11995) --- apps/openssl.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps/openssl.c') diff --git a/apps/openssl.c b/apps/openssl.c index 0a3c76e7f1..83c384fbfe 100644 --- a/apps/openssl.c +++ b/apps/openssl.c @@ -261,11 +261,6 @@ int main(int argc, char *argv[]) setup_trace(getenv("OPENSSL_TRACE")); #endif - if (getenv("OPENSSL_FIPS")) { - BIO_printf(bio_err, "FIPS mode not supported.\n"); - return 1; - } - if (!apps_startup()) { BIO_printf(bio_err, "FATAL: Startup failure (dev note: apps_startup() failed)\n"); -- cgit v1.2.3