change log level to warning in case for the failure of FIPS_mode_set 51/53351/1
authorDongsun Lee <ds73.lee@samsung.com>
Fri, 4 Dec 2015 07:05:34 +0000 (16:05 +0900)
committerDongsun Lee <ds73.lee@samsung.com>
Fri, 4 Dec 2015 07:05:34 +0000 (16:05 +0900)
Change-Id: Ia2f99bf55b118d0967c0eeb2af86f39a7b567596
Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
src/manager/common/crypto-init.cpp

index 9b1a7b7..18d6d8c 100644 (file)
@@ -105,7 +105,7 @@ void initOpenSsl() {
 
     // enable FIPS mode by default
     if(0 == FIPS_mode_set(1)) {
-        LogError("Failed to set FIPS mode");
+        LogWarning("Failed to set FIPS mode. Key-manager will be operated in non FIPS mode.");
     }
 
     /*