GH601: Various spelling fixes.
[openssl.git] / crypto / engine / eng_rdrand.c
index 9316d6fe21d0f6a606a6c185a54b2dce0a06205d..48726e2543f8a79e5d9286a06ee6bc621bb3ea30 100644 (file)
@@ -120,7 +120,7 @@ static int bind_helper(ENGINE *e)
 static ENGINE *ENGINE_rdrand(void)
 {
     ENGINE *ret = ENGINE_new();
-    if (!ret)
+    if (ret == NULL)
         return NULL;
     if (!bind_helper(ret)) {
         ENGINE_free(ret);