frees a ECDSA_SIG structure
Synopsis
Declared in <openssl/ec.h>
void
ECDSA_SIG_free(ECDSA_SIG* sig);
Parameters
Name |
Description |
sig |
pointer to the ECDSA_SIG structure |
Created with MrDocs
frees a ECDSA_SIG structure
Declared in <openssl/ec.h>
void
ECDSA_SIG_free(ECDSA_SIG* sig);
Name |
Description |
sig |
pointer to the ECDSA_SIG structure |
Created with MrDocs