Remove /* foo.c */ comments
[oweals/openssl.git] / crypto / x509v3 / v3_genn.c
index b4b8de7ba8f786b056bef9acb1f09d72d9d4363b..d225d0d5a480a057dd6fdcb75fc52313edcaf62d 100644 (file)
@@ -1,4 +1,3 @@
-/* v3_genn.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.
@@ -229,7 +228,7 @@ int GENERAL_NAME_set0_othername(GENERAL_NAME *gen,
 {
     OTHERNAME *oth;
     oth = OTHERNAME_new();
-    if (!oth)
+    if (oth == NULL)
         return 0;
     oth->type_id = oid;
     oth->value = value;