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" |
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 |
|
} |