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

Comparing trunk/Search/Search.cpp (file contents):
Revision 203 by douglas, 2003-07-16T21:59:49-07:00 vs.
Revision 207 by douglas, 2003-07-17T20:52:39-07:00

# Line 46 | Line 46
46   //
47   // Douglas Thrift
48   //
49 < // $Id: Search.cpp,v 1.20 2003/07/17 04:59:49 douglas Exp $
49 > // $Id: Search.cpp,v 1.21 2003/07/18 03:52:39 douglas Exp $
50  
51   #include "Search.h"
52   #include "Indexer.h"
# Line 439 | Line 439 | void version()
439                  << "   This product includes software developed by Douglas Thrift\n"
440                  << "   (http://computers.douglasthrift.net/searchengine/).\n";
441   #ifdef _OpenSSL_
442 <        cout << "\n" << openssl() << "\n";
442 >        cout << "\n" << openssl() << " " << SSLeay_version(SSLEAY_BUILT_ON) << " "
443 >                << SSLeay_version(SSLEAY_PLATFORM) << "\n";
444   #endif
445   }
446  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines