[openssl] master update

bernd.edlinger at hotmail.de bernd.edlinger at hotmail.de
Mon Jun 1 20:52:36 UTC 2020


The branch master has been updated
       via  32df13497a1f1d7ef90a9c0b3128f65d18ab0086 (commit)
      from  41dccd68b9b9b7622b26d264c5fa190aa5bd4201 (commit)


- Log -----------------------------------------------------------------
commit 32df13497a1f1d7ef90a9c0b3128f65d18ab0086
Author: Bernd Edlinger <bernd.edlinger at hotmail.de>
Date:   Sat May 30 09:57:29 2020 +0200

    Remove getenv(OPENSSL_FIPS) in openssl command
    
    This is left over from the past.
    
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/11995)

-----------------------------------------------------------------------

Summary of changes:
 apps/openssl.c | 5 -----
 1 file changed, 5 deletions(-)

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");


More information about the openssl-commits mailing list