mirror of
https://github.com/strongswan/strongswan.git
synced 2025-12-05 00:01:49 -05:00
Allocate UDP ports randomly in Android NDK build.
This commit is contained in:
parent
224ab4c59b
commit
95dacbbc70
@ -44,7 +44,8 @@ strongswan_CFLAGS := \
|
||||
-DUSE_IKEV2 \
|
||||
-DUSE_VSTR \
|
||||
-DDEBUG \
|
||||
-DCHARON_UDP_PORT=4000 \
|
||||
-DCHARON_UDP_PORT=0 \
|
||||
-DCHARON_NATT_PORT=0 \
|
||||
-DVERSION=\"$(strongswan_VERSION)\" \
|
||||
-DDEV_RANDOM=\"/dev/random\" \
|
||||
-DDEV_URANDOM=\"/dev/urandom\"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user