summaryrefslogtreecommitdiffstats
path: root/crypto/ec
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2012-06-06 12:41:46 +0000
committerBen Laurie <ben@openssl.org>2012-06-06 12:41:46 +0000
commitff46820da676c7971e82025b6b0038e1082bc1fe (patch)
tree1be96f9492682cdd8c8293f4f7ce6f7c3aa9c42f /crypto/ec
parent6fba65e20ddac1545e7fc45ab2fe3495b99d3ab8 (diff)
Version skew reduction.
Diffstat (limited to 'crypto/ec')
-rw-r--r--crypto/ec/eck_prn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ec/eck_prn.c b/crypto/ec/eck_prn.c
index 39ce97862d..45e0109bb6 100644
--- a/crypto/ec/eck_prn.c
+++ b/crypto/ec/eck_prn.c
@@ -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)