Alias ASN.1 method NID from so it is treated as NID to.
Declared in <openssl/evp.h>
int
EVP_PKEY_asn1_add_alias(
int to,
int from);
1 on success, or 0 on error.
| Name | Description |
|---|---|
| to | Destination algorithm NID that already has an ASN.1 method. |
| from | Alias NID to map onto to. |