summaryrefslogtreecommitdiff
path: root/curvetun.c
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-07-11 14:48:27 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-07-11 14:48:27 +0200
commit17a06cf4873847414749e2a9b348919f73e2f8df (patch)
treed4833a92fdb94ccf3e4bc0b1073b4264f8200436 /curvetun.c
parent5cbeddbe19f6001d540b062deb3618200c8ca372 (diff)
curvetun: give short note in version info
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'curvetun.c')
-rw-r--r--curvetun.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/curvetun.c b/curvetun.c
index fbc1ea3..f44cb80 100644
--- a/curvetun.c
+++ b/curvetun.c
@@ -131,6 +131,7 @@ static void __noreturn version(void)
{
printf("\ncurvetun %s, Git id: %s\n", VERSION_LONG, GITVERSION);
puts("lightweight curve25519-based IP tunnel\n"
+ "Note: Einstein-Rosen bridge not yet supported\n"
"http://www.netsniff-ng.org\n\n"
"Please report bugs to <bugs@netsniff-ng.org>\n"
"Copyright (C) 2011-2013 Daniel Borkmann <dborkma@tik.ee.ethz.ch>,\n"