Return the application-data size reserved by a custom EVP_MD method (deprecated).
Declared in <openssl/evp.h>
[[deprecated]]
int
EVP_MD_meth_get_app_datasize(EVP_MD const* md);
Deprecated. Use of this entity is allowed but discouraged.
Size in bytes previously set with EVP_MD_meth_set_app_datasize().
| Name | Description |
|---|---|
| md | Digest method to query. |