diff options
author | Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> | 2015-02-06 14:07:29 -0800 |
---|---|---|
committer | Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> | 2015-02-06 14:07:29 -0800 |
commit | d16359b96e8e574925af1af42e08777624aceb3a (patch) | |
tree | e780810bb1fc08ec98cb80e219bb43055be2fe19 /net/vpnc/Config.in | |
parent | 41f8d5465097ee45b051c2c37d44cdccd8e9739b (diff) |
vpnc: initial import
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
Diffstat (limited to 'net/vpnc/Config.in')
-rw-r--r-- | net/vpnc/Config.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/vpnc/Config.in b/net/vpnc/Config.in new file mode 100644 index 000000000..5eacd9782 --- /dev/null +++ b/net/vpnc/Config.in @@ -0,0 +1,18 @@ +# vpnc avanced configuration + +menu "Configuration" + depends on PACKAGE_vpnc + +choice + prompt "SSL library" + default VPNC_GNUTLS + +config VPNC_GNUTLS + bool "GnuTLS support" + +config VPNC_OPENSSL + bool "OpenSSL" + +endchoice + +endmenu |