diff options
| author | jsing <> | 2014-06-11 15:44:10 +0000 |
|---|---|---|
| committer | jsing <> | 2014-06-11 15:44:10 +0000 |
| commit | 15a5163e9d43d5fde6fa4dbe72c18760eb6b6c78 (patch) | |
| tree | 23c29a9b227b6cf2aa9a0d1c5ed3ac92301238aa /src/lib/libssl/s3_srvr.c | |
| parent | d1a0198722c76096bd556f920747be41365d2a0c (diff) | |
| download | openbsd-15a5163e9d43d5fde6fa4dbe72c18760eb6b6c78.tar.gz openbsd-15a5163e9d43d5fde6fa4dbe72c18760eb6b6c78.tar.bz2 openbsd-15a5163e9d43d5fde6fa4dbe72c18760eb6b6c78.zip | |
Stop setting the EVP_MD_CTX_FLAG_NON_FIPS_ALLOW - it has been ignored since
OpenSSL 1.0.0.
ok miod@ (a little while back)
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/s3_srvr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libssl/s3_srvr.c b/src/lib/libssl/s3_srvr.c index 9dc944706f..6bf4def27d 100644 --- a/src/lib/libssl/s3_srvr.c +++ b/src/lib/libssl/s3_srvr.c | |||
| @@ -1793,8 +1793,6 @@ ssl3_send_server_key_exchange(SSL *s) | |||
| 1793 | q = md_buf; | 1793 | q = md_buf; |
| 1794 | j = 0; | 1794 | j = 0; |
| 1795 | for (num = 2; num > 0; num--) { | 1795 | for (num = 2; num > 0; num--) { |
| 1796 | EVP_MD_CTX_set_flags(&md_ctx, | ||
| 1797 | EVP_MD_CTX_FLAG_NON_FIPS_ALLOW); | ||
| 1798 | EVP_DigestInit_ex(&md_ctx, | 1796 | EVP_DigestInit_ex(&md_ctx, |
| 1799 | (num == 2) ? s->ctx->md5 : | 1797 | (num == 2) ? s->ctx->md5 : |
| 1800 | s->ctx->sha1, NULL); | 1798 | s->ctx->sha1, NULL); |
