Skip to content

Commit

Permalink
fix(ci): add custom openssl config to fix ripemd160
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory authored and oleonardolima committed Jun 3, 2024
1 parent 5c7605a commit fc69f03
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

env:
CARGO_TERM_COLOR: always
OPENSSL_CONF: ci/openssl.cnf

jobs:
fmt:
Expand Down
14 changes: 14 additions & 0 deletions ci/openssl.cnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
openssl_conf = openssl_init

[openssl_init]
providers = provider_sect

[provider_sect]
default = default_sect
legacy = legacy_sect

[default_sect]
activate = 1

[legacy_sect]
activate = 1

0 comments on commit fc69f03

Please sign in to comment.