diff options
Diffstat (limited to 'lib/hcrypto/evp-w32.c')
-rw-r--r-- | lib/hcrypto/evp-w32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/hcrypto/evp-w32.c b/lib/hcrypto/evp-w32.c index 7d14d1f4f309..ac2c6a53e4b0 100644 --- a/lib/hcrypto/evp-w32.c +++ b/lib/hcrypto/evp-w32.c @@ -109,7 +109,6 @@ _hc_w32crypto_DllMain(HINSTANCE hinstDLL, return hc_EVP_hcrypto_ ##name (); \ } -EVP_W32CRYPTO_PROVIDER(EVP_MD, md2) EVP_W32CRYPTO_PROVIDER(EVP_MD, md4) EVP_W32CRYPTO_PROVIDER(EVP_MD, md5) EVP_W32CRYPTO_PROVIDER(EVP_MD, sha1) |