stun

simple point to point tunnel
git clone git://git.2f30.org/stun
Log | Files | Refs | README

commit c76b6cc25c481b68c57f6de5282060c7b200efc9
parent 32c3dfffc602b84886ea2ac385886caa8ddf83c0
Author: sin <sin@2f30.org>
Date:   Tue, 22 Mar 2016 15:41:13 +0000

add comment in config.mk

Diffstat:
Mconfig.mk | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.mk b/config.mk @@ -9,6 +9,7 @@ CC = cc AR = ar RANLIB = ranlib +# OpenBSD CFLAGS = -O2 -std=c99 LDFLAGS = -lcrypto -s CPPFLAGS = -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE