Skip to content

Commit e72cd22

Browse files
committed
Fix backward build
1 parent b7a0c85 commit e72cd22

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/native/libs/System.Security.Cryptography.Native/osslcompat_30.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ void EVP_MAC_free(EVP_MAC *mac);
8383
EVP_MD* EVP_MD_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, const char *properties);
8484
int EVP_MD_get_size(const EVP_MD* md);
8585
const char *EVP_MD_get0_name(const EVP_MD *md);
86+
int EVP_MD_is_a(const EVP_MD *md, const char *name);
8687
EVP_PKEY_CTX *EVP_PKEY_CTX_new_from_name(OSSL_LIB_CTX *libctx, const char *name, const char *propquery);
8788
EVP_PKEY_CTX *EVP_PKEY_CTX_new_from_pkey(OSSL_LIB_CTX *libctx, EVP_PKEY *pkey, const char *propquery);
8889
int EVP_PKEY_CTX_set_params(EVP_PKEY_CTX *ctx, const OSSL_PARAM *params);

0 commit comments

Comments
 (0)