diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2023-10-04 14:52:29 +0200 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2023-10-04 14:52:29 +0200 |
| commit | b92934a1904cd6dd1dfdab283d27cd34ca2dbe44 (patch) | |
| tree | 6efb24d6056c7b549d8fc5de14be51742710483b /apt-pkg | |
| parent | b24d6a1f3aff12f32f6a7024aac6961089f99719 (diff) | |
Revert "Do not fail on systems running in FIPSmode."
This reverts commit 668451def296afeb0c358a7d80ff39dc546defab.
Diffstat (limited to 'apt-pkg')
| -rw-r--r-- | apt-pkg/contrib/hashes.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apt-pkg/contrib/hashes.cc b/apt-pkg/contrib/hashes.cc index 80b9bbf3f..313b1d37d 100644 --- a/apt-pkg/contrib/hashes.cc +++ b/apt-pkg/contrib/hashes.cc @@ -330,9 +330,6 @@ public: exit(2); } - // It is OK for apt to use MD5. - gcry_control(GCRYCTL_NO_FIPS_MODE, 0); - gcry_control(GCRYCTL_INITIALIZATION_FINISHED, 0); } } |
