Copy all callbacks and flags from one EVP_PKEY_METHOD to another (deprecated).
Declared in <openssl/evp.h>
[[deprecated]]
void
EVP_PKEY_meth_copy(
EVP_PKEY_METHOD* dst,
EVP_PKEY_METHOD const* src);
Deprecated. Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| dst | Destination method (existing object overwritten). |
| src | Source method whose callbacks/flags are copied. |