Skip to content

Commit 789af7d

Browse files
junarugarhenium
authored andcommitted
CI: Change the openssl_fips.cnf.tmpl and openssl_fips.cnf directories.
[ This is a backport to the 3.2 branch. ] (cherry picked from commit fafe1af)
1 parent c8bcee7 commit 789af7d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,11 @@ jobs:
137137
- name: set the open installed directory
138138
run: >
139139
sed -e "s|OPENSSL_DIR|$HOME/.openssl/${{ matrix.openssl }}|"
140-
test/openssl/fixtures/ssl/openssl_fips.cnf.tmpl >
141-
test/openssl/fixtures/ssl/openssl_fips.cnf
140+
tool/openssl_fips.cnf.tmpl > tmp/openssl_fips.cnf
142141
if: matrix.fips-enabled
143142

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

148147
- name: load ruby
File renamed without changes.

0 commit comments

Comments
 (0)