diff options
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 |