aboutsummaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-07-22 22:34:52 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-07-22 22:34:52 +0200
commitcff1c4e7a8ecadf1e95fd7a10d1da581b69fad31 (patch)
tree2709fc36f7d3e6d8e013ff29fb5ce7cf6a7e90ed /options.c
parentMerge branch 'feat_misc' into beta2.2 (diff)
parentMerge branch 'master' into feat_eurephia (diff)
downloadopenvpn-cff1c4e7a8ecadf1e95fd7a10d1da581b69fad31.tar.xz
Merge branch 'feat_eurephia' into beta2.2
Diffstat (limited to 'options.c')
-rw-r--r--options.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/options.c b/options.c
index d68e3e9..6dd0b7d 100644
--- a/options.c
+++ b/options.c
@@ -7,6 +7,9 @@
*
* Copyright (C) 2002-2010 OpenVPN Technologies, Inc. <sales@openvpn.net>
*
+ * Additions for eurephia plugin done by:
+ * David Sommerseth <dazo@users.sourceforge.net> Copyright (C) 2009
+ *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2
* as published by the Free Software Foundation.
@@ -75,6 +78,9 @@ const char title_string[] =
#ifdef ENABLE_PKCS11
" [PKCS11]"
#endif
+#ifdef ENABLE_EUREPHIA
+ " [eurephia]"
+#endif
" built on " __DATE__
;