diff options
author | David Sommerseth <dazo@users.sourceforge.net> | 2010-07-22 22:34:52 +0200 |
---|---|---|
committer | David Sommerseth <dazo@users.sourceforge.net> | 2010-07-22 22:34:52 +0200 |
commit | cff1c4e7a8ecadf1e95fd7a10d1da581b69fad31 (patch) | |
tree | 2709fc36f7d3e6d8e013ff29fb5ce7cf6a7e90ed /options.c | |
parent | Merge branch 'feat_misc' into beta2.2 (diff) | |
parent | Merge branch 'master' into feat_eurephia (diff) | |
download | openvpn-cff1c4e7a8ecadf1e95fd7a10d1da581b69fad31.tar.xz |
Merge branch 'feat_eurephia' into beta2.2
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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__ ; |