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

Comparing trunk/Search/Search.cpp (file contents):
Revision 199 by douglas, 2003-07-15T00:22:06-07:00 vs.
Revision 200 by douglas, 2003-07-15T00:41:43-07:00

# Line 46 | Line 46
46   //
47   // Douglas Thrift
48   //
49 < // $Id: Search.cpp,v 1.17 2003/07/15 07:22:06 douglas Exp $
49 > // $Id: Search.cpp,v 1.18 2003/07/15 07:41:43 douglas Exp $
50  
51   #include "Search.h"
52   #include "Indexer.h"
# Line 84 | Line 84 | inline string openssl(bool agent = false
84          {
85                  openssl << "-beta" << patch;
86          }
87        else if (patch == 0xf)
88        {
89                // release
90        }
87          else if (patch > 0xf)
88          {
89                  openssl << char('a' - 1 + (patch / 0x10) % 26);
90          }
91  
92 <        openssl << " " << SSLeay_version(SSLEAY_PLATFORM);
92 >        if (!agent)
93 >        {
94 >                openssl << " " << SSLeay_version(SSLEAY_BUILT_ON) << " "
95 >                   << SSLeay_version(SSLEAY_PLATFORM);
96 >        }
97  
98          return openssl.str();
99   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines