View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002975 | unreal | ircd | public | 2006-06-16 10:41 | 2006-11-12 14:53 |
Reporter | buildsmart | Assigned To | syzop | ||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | ALL | OS | ALL | OS Version | ALL |
Product Version | 3.2.4 | ||||
Fixed in Version | 3.2.6 | ||||
Summary | 0002975: static text version over dynamic | ||||
Description | It appears that the static text version information taken from the header files of OpenSSL is output during startup rather than the library output version information as done with libcurl and libz. | ||||
Additional Information | @@ -1217,7 +1217,7 @@ fprintf(stderr, " v%s\n", VERSIONONLY); fprintf(stderr, " using %s\n", tre_version()); #ifdef USE_SSL - fprintf(stderr, " using %s\n", OPENSSL_VERSION_TEXT); + fprintf(stderr, " using %s\n", SSLeay_version(SSLEAY_VERSION)); #endif #ifdef ZIP_LINKS fprintf(stderr, " using zlib %s\n", zlibVersion()); | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2006-06-16 10:41 | buildsmart | New Issue | |
2006-11-12 14:53 | syzop | Status | new => resolved |
2006-11-12 14:53 | syzop | Fixed in Version | => 3.2.6 |
2006-11-12 14:53 | syzop | Resolution | open => fixed |
2006-11-12 14:53 | syzop | Assigned To | => syzop |
2006-11-12 14:53 | syzop | Note Added: 0012649 |