diff options
author | Rich Salz <rsalz@akamai.com> | 2016-01-14 03:26:00 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-01-14 04:01:02 +0100 |
commit | 2c52ac9bfefa813bfef864ff35e3d2afb8dbdae9 (patch) | |
tree | a6c30159a268bc7114bd75fe646e71bb06fdae4c /crypto/ec/ec_lcl.h | |
parent | To avoid possible time_t overflow use X509_time_adj_ex() (diff) | |
download | openssl-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.h | 2 |
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 *); |