- Timestamp:
- 2010-10-03T02:45:26Z (14 years ago)
- Branches:
- master
- Children:
- 04f0c10
- Parents:
- 88de0c9 (diff), 2af3e23 (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
r88de0c9 r8e9e2b7 425 425 fi; 426 426 427 if [ "$msn" = "1" -a "$ssl" != "openssl" ]; then 428 # Needed for MSN only. OpenSSL exports nice cipher functions already, 429 # others don't, so use our own 3des code. 430 echo 'DES=des.o' >> Makefile.settings 431 fi 432 427 433 echo 'SSL_CLIENT=ssl_'$ssl'.o' >> Makefile.settings 428 434
Note: See TracChangeset
for help on using the changeset viewer.