summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2020-11-02 12:46:38 +1000
committerShane Lontis <shane.lontis@oracle.com>2020-12-07 17:15:39 +1000
commitc1131e6a0e4a9a9734559f7a58b278c027d76711 (patch)
treec92144dd2d3011967640830a8c9e643ec87a0afe /apps
parentabdd3fa04f3401c4a542257fdd803ff4c4daf8ef (diff)
Deprecate EC_POINT_bn2point and EC_POINT_point2bn.
Fixes #10366 The one place that actually used was in the legacy printing of ecparams. This has been replaced by the pointtobuf variant. The ecparam app was using one of these functions - this line has just been removed as another PR will remove all the code generated lines.. Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13294)
Diffstat (limited to 'apps')
-rw-r--r--apps/ecparam.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/ecparam.c b/apps/ecparam.c
index b51a61adc0..3e20be24b2 100644
--- a/apps/ecparam.c
+++ b/apps/ecparam.c
@@ -294,7 +294,6 @@ int ecparam_main(int argc, char **argv)
goto end;
}
BIO_printf(bio_err, "ok\n");
-
}
if (outformat == FORMAT_ASN1 && genkey)