crypto/ecp_nistz256.c: harmonize error codes.
[oweals/openssl.git] / crypto / ec / eck_prn.c
index 39ce97862dbd44dfa93db5a687d7731ffe33b1fd..45e0109bb6902e7d75912408e76c99e9e12d47af 100644 (file)
@@ -185,6 +185,7 @@ int ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off)
                nid = EC_GROUP_get_curve_name(x);
                if (nid == 0)
                        goto err;
+
                if (BIO_printf(bp, "ASN1 OID: %s", OBJ_nid2sn(nid)) <= 0)
                        goto err;
                if (BIO_printf(bp, "\n") <= 0)