Skip to content

Commit

Permalink
revert: undo the legacy provider openssl fix (#13)
Browse files Browse the repository at this point in the history
Revert #12 which is too broad in scope. We've
identified a more suitable fix.
  • Loading branch information
awalker4 authored Jan 18, 2024
1 parent 97706ca commit ac15ad9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dockerfiles/base-images:rocky9.2-9
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,3 @@ RUN dnf -y install bzip2-devel libffi-devel make git sqlite-devel openssl-devel
dnf -y groupremove "Development Tools" && \
rm -rf /var/cache/yum/* && \
dnf clean all

# Enable legacy functions in openssl
# This fixes crypto related errors on certain hosts
# See also https://github.com/ethereum/execution-specs/issues/506
RUN sed -i '/##legacy = legacy_sect/s/^##//; /##\[legacy_sect\]/s/^##//; /##activate = 1/s/^##//' /etc/ssl/openssl.cnf

0 comments on commit ac15ad9

Please sign in to comment.