Return a non-owning pointer to a recipient info's key-encryption algorithm.
Declared in <openssl/pkcs7.h>
void
PKCS7_RECIP_INFO_get0_alg(
PKCS7_RECIP_INFO* ri,
X509_ALGOR** penc);
a non-owning pointer to a recipient info's key-encryption algorithm.
| Name | Description |
|---|---|
| ri | Recipient info to query. |
| penc | Destination for the key-encryption AlgorithmIdentifier, or NULL. |