From e57888feeddba37a959fc2468f4c28b1446cce98 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Mon, 15 Feb 2010 23:15:44 +0100 Subject: 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 --- options.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'options.c') diff --git a/options.c b/options.c index c5ca8b6..aae954e 100644 --- a/options.c +++ b/options.c @@ -7,6 +7,9 @@ * * Copyright (C) 2002-2009 OpenVPN Technologies, Inc. * + * Additions for eurephia plugin done by: + * David Sommerseth 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. @@ -72,6 +75,9 @@ const char title_string[] = #endif #ifdef ENABLE_PKCS11 " [PKCS11]" +#endif +#ifdef ENABLE_EUREPHIA + " [eurephia]" #endif " built on " __DATE__ ; -- cgit v1.2.3