- Timestamp:
- 2010-10-02T05:34:53Z (14 years ago)
- Branches:
- master
- Children:
- 2af3e23
- Parents:
- 05bf2a0 (diff), 04cd284 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r05bf2a0 r62f53b50 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
Note: See TracChangeset
for help on using the changeset viewer.