Return the context‐copy callback from a custom EVP_MD method (deprecated).
Synopsis
Declared in <openssl/evp.h>
[[deprecated]]
int(*
EVP_MD_meth_get_copy(EVP_MD const* md))(EVP_MD_CTX*, EVP_MD_CTX const*);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
Pointer to the copy callback, or NULL if unset.
Parameters
Name |
Description |
md |
Digest method to query. |
Created with MrDocs