Changeset e1d3f98


Ignore:
Timestamp:
2012-11-12T14:45:38Z (11 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
2c18fcd, b006464
Parents:
536dfa1
Message:

Remove ssl_bogus.c, it really shouldn't be used anymore since it builds a
next-to-useless binary.

Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r536dfa1 re1d3f98  
    9191
    9292--events=...    Event handler (glib, libevent)          $events
    93 --ssl=...       SSL library to use (gnutls, nss, openssl, bogus, auto)
     93--ssl=...       SSL library to use (gnutls, nss, openssl, auto)
    9494                                                        $ssl
    9595
     
    434434       
    435435        ret=1
    436 elif [ "$ssl" = "bogus" ]; then
    437         echo
    438         echo 'Using bogus SSL code. This means some features will not work properly.'
    439        
    440         ## Yes, you, at the console! How can you authenticate if you don't have any SSL!?
    441         if [ "$msn" = "1" -o "$yahoo" = "1" ]; then
    442                 echo
    443                 echo 'WARNING: The MSN and Yahoo! modules will not work without SSL. Disabling.'
    444                 msn=0
    445                 yahoo=0
    446         fi
    447        
    448         ret=1
    449436else
    450437        echo
     
    457444        echo 'ERROR: Could not find a suitable SSL library (GnuTLS, libnss or OpenSSL).'
    458445        echo '       Please note that this script doesn'\''t have detection code for OpenSSL,'
    459         echo '       so if you want to use that, you have to select it by hand. If you don'\''t'
    460         echo '       need SSL support, you can select the "bogus" SSL library. (--ssl=bogus)'
     446        echo '       so if you want to use that, you have to select it by hand.'
    461447       
    462448        exit 1
Note: See TracChangeset for help on using the changeset viewer.