Skip to content

Commit b64f509

Browse files
committed
define NO_WRITE_TEMP_FILES
1 parent 0c413e7 commit b64f509

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/msys2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
update: true
3434
install: git ${{matrix.compiler}} autotools base-devel autoconf netcat
3535
- name: configure wolfSSL
36-
run: ./autogen.sh && ./configure CFLAGS="-DUSE_CERT_BUFFERS_2048 -DUSE_CERT_BUFFERS_256"
36+
run: ./autogen.sh && ./configure CFLAGS="-DUSE_CERT_BUFFERS_2048 -DUSE_CERT_BUFFERS_256 -DNO_WRITE_TEMP_FILES"
3737
- name: build wolfSSL
3838
run: make check
3939
- name: Display log

scripts/ocsp-stapling2.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ generate_port() {
467467
# Generate a random port number
468468
#-------------------------------------------------------------------------#
469469

470-
if [[ "$OSTYPE" == "linux"* || "$OSTYPE" == "msys"
470+
if [[ "$OSTYPE" == "linux"* || "$OSTYPE" == "msys"
471471
|| "$OSTYPE" == "cygwin" ]]; then
472472
port=$(($(od -An -N2 /dev/urandom) % (65535-49512) + 49512))
473473
elif [[ "$OSTYPE" == "darwin"* ]]; then

0 commit comments

Comments
 (0)