diff options
Diffstat (limited to 'src/lib/libcrypto/evp/m_sha1.c')
| -rw-r--r-- | src/lib/libcrypto/evp/m_sha1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/m_sha1.c b/src/lib/libcrypto/evp/m_sha1.c index d6be3502f0..fe4402389a 100644 --- a/src/lib/libcrypto/evp/m_sha1.c +++ b/src/lib/libcrypto/evp/m_sha1.c | |||
| @@ -77,7 +77,7 @@ static const EVP_MD sha1_md= | |||
| 77 | NID_sha1, | 77 | NID_sha1, |
| 78 | NID_sha1WithRSAEncryption, | 78 | NID_sha1WithRSAEncryption, |
| 79 | SHA_DIGEST_LENGTH, | 79 | SHA_DIGEST_LENGTH, |
| 80 | 0, | 80 | EVP_MD_FLAG_FIPS, |
| 81 | init, | 81 | init, |
| 82 | update, | 82 | update, |
| 83 | final, | 83 | final, |
