summaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-02-15 23:15:44 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-10-21 21:10:05 +0200
commit0c1f7ad5e84e7a79bd3f982cba5dad3cc12dbebb (patch)
tree512bcf381915a374a00dcfce4e19eda7a277cb46 /options.c
parent59afc4a5f72e22b850cfa2845385172623a38e77 (diff)
downloadopenvpn-0c1f7ad5e84e7a79bd3f982cba5dad3cc12dbebb.tar.gz
openvpn-0c1f7ad5e84e7a79bd3f982cba5dad3cc12dbebb.tar.xz
openvpn-0c1f7ad5e84e7a79bd3f982cba5dad3cc12dbebb.zip
Reworked the eurephia patch for inclusion to the openvpn-testing tree
Addedd configure option (--disable-eurephia) to disable the code which the eurephia plug-in depends on. It was chosen to use --disable-eurephia, as this patch is not much intrusive. It just enables a SHA1 fingerprint environment variable for each certificate being used for the connection. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
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 a717e1e..fb2a00b 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.
@@ -73,6 +76,9 @@ const char title_string[] =
#ifdef ENABLE_PKCS11
" [PKCS11]"
#endif
+#ifdef ENABLE_EUREPHIA
+ " [eurephia]"
+#endif
" built on " __DATE__
;