free NULL cleanup 11
[oweals/openssl.git] / engines / e_chil.c
index 35352140af7585549fadb37d67aa76b0496786cb..75c15f69e2ef40c369b786bd61de663ff137e567 100644 (file)
@@ -622,8 +622,7 @@ static int hwcrhk_init(ENGINE *e)
 #  endif
     return 1;
  err:
-    if (hwcrhk_dso)
-        DSO_free(hwcrhk_dso);
+    DSO_free(hwcrhk_dso);
     hwcrhk_dso = NULL;
     p_hwcrhk_Init = NULL;
     p_hwcrhk_Finish = NULL;