Add a few missing tests
[openssl.git] / engines / e_nuron.c
index 3437f3604f68cb42878def44ae072b3553e6540a..01229b0428e2ca6daec7e282e36b0f186686ccc5 100644 (file)
@@ -90,8 +90,7 @@ static const char *get_NURON_LIBNAME(void)
 
 static void free_NURON_LIBNAME(void)
 {
-    if (NURON_LIBNAME)
-        OPENSSL_free((void *)NURON_LIBNAME);
+    OPENSSL_free(NURON_LIBNAME);
     NURON_LIBNAME = NULL;
 }