summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_lcl.h
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-01-14 03:26:00 +0100
committerRich Salz <rsalz@openssl.org>2016-01-14 04:01:02 +0100
commit2c52ac9bfefa813bfef864ff35e3d2afb8dbdae9 (patch)
treea6c30159a268bc7114bd75fe646e71bb06fdae4c /crypto/ec/ec_lcl.h
parentTo avoid possible time_t overflow use X509_time_adj_ex() (diff)
downloadopenssl-2c52ac9bfefa813bfef864ff35e3d2afb8dbdae9.tar.xz
openssl-2c52ac9bfefa813bfef864ff35e3d2afb8dbdae9.zip
Call single parent free_comp routine.
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'crypto/ec/ec_lcl.h')
-rw-r--r--crypto/ec/ec_lcl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/ec/ec_lcl.h b/crypto/ec/ec_lcl.h
index 36432e16f5..2c5e1d901d 100644
--- a/crypto/ec/ec_lcl.h
+++ b/crypto/ec/ec_lcl.h
@@ -308,6 +308,8 @@ NISTP521_PRE_COMP *EC_nistp521_pre_comp_dup(NISTP521_PRE_COMP *);
NISTZ256_PRE_COMP *EC_nistz256_pre_comp_dup(NISTZ256_PRE_COMP *);
NISTP256_PRE_COMP *EC_nistp256_pre_comp_dup(NISTP256_PRE_COMP *);
EC_PRE_COMP *EC_ec_pre_comp_dup(EC_PRE_COMP *);
+
+void EC_pre_comp_free(EC_GROUP *group);
void EC_nistp224_pre_comp_free(NISTP224_PRE_COMP *);
void EC_nistp256_pre_comp_free(NISTP256_PRE_COMP *);
void EC_nistp521_pre_comp_free(NISTP521_PRE_COMP *);