Clears and frees a EC_GROUP object
Synopsis
Declared in <openssl/ec.h>
[[deprecated]]
void
EC_GROUP_clear_free(EC_GROUP* group);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Parameters
Name |
Description |
group |
EC_GROUP object to be cleared and freed. |
Created with MrDocs