Changeset 2149

Show
Ignore:
Timestamp:
12/01/07 02:40:00 (9 months ago)
Author:
edmanm
Message:

r2178@lysithea: edmanm | 2007-12-01 02:38:32 -0500
Add a TorSslSocket? that is capable of making encrypted requests over Tor.
Since it is based on QSslSocket, this is only available on Qt >= 4.3.

Location:
trunk/src/util
Files:
2 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/util/util.pri

    r2144 r2149  
    2727           $$PWD/stringutil.h \ 
    2828           $$PWD/torsocket.h \ 
     29           $$PWD/torsslsocket.h \ 
    2930           $$PWD/html.h \ 
    3031           $$PWD/process.h \ 
     
    3738           $$PWD/stringutil.cpp \ 
    3839           $$PWD/torsocket.cpp \ 
     40           $$PWD/torsslsocket.cpp \ 
    3941           $$PWD/html.cpp \ 
    4042           $$PWD/process.cpp \