Set an ASN.1 ENUMERATED to a C long value.
Synopsis
Declared in <openssl/asn1.h>
int
ASN1_ENUMERATED_set(
ASN1_ENUMERATED* a,
long v);
Return Value
1 on success, or 0 on failure.
Parameters
Name |
Description |
a |
Enumerated value to update. |
v |
Value to store. |
Created with MrDocs