Populate smcap with a standard set of S/MIME capability AlgorithmIdentifiers.
Declared in <openssl/cms.h>
int
CMS_add_standard_smimecap(stack_st_X509_ALGOR** smcap);
1 on success, or 0 if any capability could not be added.
| Name | Description |
|---|---|
| smcap | Address of the stack to create or extend (may point to NULL). |