mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
define NO_WRITE_TEMP_FILES
This commit is contained in:
@ -467,7 +467,7 @@ generate_port() {
|
||||
# Generate a random port number
|
||||
#-------------------------------------------------------------------------#
|
||||
|
||||
if [[ "$OSTYPE" == "linux"* || "$OSTYPE" == "msys"
|
||||
if [[ "$OSTYPE" == "linux"* || "$OSTYPE" == "msys"
|
||||
|| "$OSTYPE" == "cygwin" ]]; then
|
||||
port=$(($(od -An -N2 /dev/urandom) % (65535-49512) + 49512))
|
||||
elif [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
|
Reference in New Issue
Block a user