Skip to content

Commit

Permalink
CI: Change the openssl_fips.cnf.tmpl and openssl_fips.cnf directories.
Browse files Browse the repository at this point in the history
[ This is a backport to the 3.2 branch. ]

(cherry picked from commit fafe1af)
  • Loading branch information
junaruga authored and rhenium committed May 6, 2024
1 parent c8bcee7 commit 789af7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,11 @@ jobs:
- name: set the open installed directory
run: >
sed -e "s|OPENSSL_DIR|$HOME/.openssl/${{ matrix.openssl }}|"
test/openssl/fixtures/ssl/openssl_fips.cnf.tmpl >
test/openssl/fixtures/ssl/openssl_fips.cnf
tool/openssl_fips.cnf.tmpl > tmp/openssl_fips.cnf
if: matrix.fips-enabled

- name: set openssl config file path for fips.
run: echo "OPENSSL_CONF=$(pwd)/test/openssl/fixtures/ssl/openssl_fips.cnf" >> $GITHUB_ENV
run: echo "OPENSSL_CONF=$(pwd)/tmp/openssl_fips.cnf" >> $GITHUB_ENV
if: matrix.fips-enabled

- name: load ruby
Expand Down
File renamed without changes.

0 comments on commit 789af7d

Please sign in to comment.