Free an ASN.1 NULL value.
Synopsis
Declared in <openssl/asn1.h>
void
ASN1_NULL_free(ASN1_NULL* a);
Parameters
Name |
Description |
a |
Value to free, or NULL. |
Created with MrDocs
Free an ASN.1 NULL value.
Declared in <openssl/asn1.h>
void
ASN1_NULL_free(ASN1_NULL* a);
Name |
Description |
a |
Value to free, or NULL. |
Created with MrDocs