Since return is inconsistent, I removed unnecessary parentheses and
[openssl.git] / crypto / asn1 / a_digest.c
index c84ecc9b4bce9cd0a8a00a77daa50e6345245448..5945041d822b2ab661d56dd9eac263235ce94c3c 100644 (file)
@@ -39,7 +39,7 @@ int ASN1_digest(i2d_of_void *i2d, const EVP_MD *type, char *data,
         return 0;
     }
     OPENSSL_free(str);
-    return (1);
+    return 1;
 }
 
 #endif
@@ -59,5 +59,5 @@ int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *type, void *asn,
         return 0;
     }
     OPENSSL_free(str);
-    return (1);
+    return 1;
 }