modes/asm/ghashv8-armx.pl: modulo-schedule loop.
[openssl.git] / crypto / pem / pem_pk8.c
index 5caad9faab8771a0ff3e152bd2610c04ffeeace5..e2c0f3de1d226c88050f0c14d39b00b83ab8e03b 100644 (file)
@@ -183,7 +183,7 @@ static int do_pk8pkey_fp(FILE *fp, EVP_PKEY *x, int isder, int nid,
 
     if ((bp = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) {
         PEMerr(PEM_F_DO_PK8PKEY_FP, ERR_R_BUF_LIB);
-        return (0);
+        return 0;
     }
     ret = do_pk8pkey(bp, x, isder, nid, enc, kstr, klen, cb, u);
     BIO_free(bp);