Changeset a366cca
- Timestamp:
- 2010-08-20T23:04:12Z (14 years ago)
- Branches:
- master
- Children:
- 327af51
- Parents:
- 801b90b
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r801b90b ra366cca 423 423 fi; 424 424 425 if [ "$msn" = "1" -a "$ssl" != "openssl" ]; then 426 # Needed for MSN only. OpenSSL exports nice cipher functions already, 427 # others don't, so use our own 3des code. 428 echo 'DES=des.o' >> Makefile.settings 429 fi 430 425 431 echo 'SSL_CLIENT=ssl_'$ssl'.o' >> Makefile.settings 426 432 -
lib/Makefile
r801b90b ra366cca 13 13 14 14 # [SH] Program variables 15 objects = arc.o base64.o $( EVENT_HANDLER) ftutil.o http_client.o ini.o md5.o misc.o oauth.o proxy.o sha1.o $(SSL_CLIENT) url.o xmltree.o15 objects = arc.o base64.o $(DES) $(EVENT_HANDLER) ftutil.o http_client.o ini.o md5.o misc.o oauth.o proxy.o sha1.o $(SSL_CLIENT) url.o xmltree.o 16 16 17 17 LFLAGS += -r
Note: See TracChangeset
for help on using the changeset viewer.