Changeset ae6d2a8 in freewrt


Ignore:
Timestamp:
Jun 6, 2007, 12:22:36 PM (19 years ago)
Author:
Christian Gmeiner <austriancoder@…>
Children:
b10c18d
Parents:
09bc829
Message:

fix ssl encryption selection in tntnet - close #318

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2721 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/tntnet/Config.in

    r09bc829 rae6d2a8  
    1515          http://www.tntnet.org
    1616
     17choice
     18prompt "SSL Configuration"
     19depends on FWRT_PACKAGE_TNTNET
     20
     21config FWRT_COMPILE_TNTNET_WITHOUT_OPENSSL
     22        bool "no ssl encryption support"
     23        default y
     24        help
     25
    1726config FWRT_COMPILE_TNTNET_WITH_OPENSSL
    18         prompt "enable openssl encryption support"
    19         bool
     27        bool "enable openssl encryption support"
    2028        default n
    2129        depends FWRT_PACKAGE_TNTNET
     
    2432
    2533config FWRT_COMPILE_TNTNET_WITH_GNUTLS
    26         prompt "enable gnutls encryption support"
    27         bool
     34        bool "enable gnutls encryption support"
    2835        default n
    2936        depends FWRT_PACKAGE_TNTNET
     
    3138        help
    3239
     40endchoice
Note: See TracChangeset for help on using the changeset viewer.