ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/Search/HttpHandler.cpp
(Generate patch)

Comparing trunk/Search/HttpHandler.cpp (file contents):
Revision 213 by douglas, 2003-07-19T21:07:54-07:00 vs.
Revision 214 by douglas, 2003-07-19T22:47:26-07:00

# Line 46 | Line 46
46   //
47   // Douglas Thrift
48   //
49 < // $Id: HttpHandler.cpp,v 1.24 2003/07/20 04:07:54 douglas Exp $
49 > // $Id: HttpHandler.cpp,v 1.25 2003/07/20 05:47:26 douglas Exp $
50  
51   #include "HttpHandler.h"
52  
# Line 802 | Line 802 | bool HttpHandler::starttls()
802          RAND_seed(junk, seed % 30 + 2);
803  
804          delete junk;
805 + #else
806 +        if (debug) cerr << "junk = /dev/urandom\n";
807   #endif
808  
809          ctx = SSL_CTX_new(TLSv1_client_method());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines