Skip to content

Commit 876e436

Browse files
committed
openssl-1.1.1
1 parent 28f3524 commit 876e436

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-openssl-1.1.1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
echo ~~~~~~~~~~~~ mingw64 build begin ~~~~~~~~~~~~
159159
tar -xf openssl-${{ env.OpenSSL_VERSION }}.tar.gz
160160
cd openssl-1.1.1-${{ env.OpenSSL_VERSION }}
161-
perl.exe Configure no-idea no-mdc2 no-rc5 shared mingw64 \
161+
perl.exe Configure no-idea no-mdc2 no-rc5 shared mingw \
162162
--prefix=$WSP_ROOT/openssl-${{ env.OpenSSL_VERSION }}-mingw64 \
163163
--openssldir=$WSP_ROOT/openssl-${{ env.OpenSSL_VERSION }}-mingw64/ssl && \
164164
make && make install

0 commit comments

Comments
 (0)