View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0007181CMakeModulespublic2008-06-10 08:042016-06-10 14:30
ReporterNils Gladitz 
Assigned ToBill Hoffman 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0007181: FindOpenSSL.cmake does not locate libeay32.lib on windows
DescriptionThe current OpenSSL version (0.9.8h) builds two libraries on windows:
ssleay32.lib and libeay32.lib.

Only ssleay32.lib is looked for by FindOpenSSL.cmake at the moment.
Also applications linking to OpenSSL on windows are currently required to compile and link applink.c which resides in OpenSSL's include directory.
applink.c's location should probably be available in an extra variable like OPENSSL_APPLINK which would be empty on e.g. linux(?)
TagsNo tags attached.
Attached Files? file icon FindOpenSSL.cmake [^] (2,980 bytes) 2009-01-31 02:40

 Relationships

  Notes
(0014746)
Philip Lowman (developer)
2009-01-31 02:41

Attached is an updated version of FindOpenSSL. I realize this bug report is dated and I'm trying to get it fixed. I've added detection for libeay32... is this supposed to be added to OPENSSL_LIBRARIES or is it some optional library that isn't always needed?
(0014818)
Eric Wing (reporter)
2009-02-07 02:22

Hi folks. Sorry I've been away. I've noticed I've been assigned this bug. But FYI, I don't know anything about OpenSSL, so I'm not sure why I've been assigned this. And since OpenSSL is security related, I probably shouldn't touch it. (I don't want a repeat of what happened to Debian :))
(0037309)
Hannes Mezger (reporter)
2014-11-28 08:45

Hi, I'm currently working with the FindOpenSSL module a lot and was looking for existing issues with the module, so I stumbled upon this one. The libeay32 library gets found perfectly by the module now. Also, to get the applink.c, you only need to use ${OPENSSL_INCLUDE_DIR}/applink.c, so this is fixed, too. Hence, I think that this bug can be closed.
(0041431)
Kitware Robot (administrator)
2016-06-10 14:27

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2008-06-10 08:04 Nils Gladitz New Issue
2008-06-10 09:29 Bill Hoffman Status new => assigned
2008-06-10 09:29 Bill Hoffman Assigned To => Eric Wing
2008-06-10 09:30 Bill Hoffman Assigned To Eric Wing => Bill Hoffman
2008-09-11 11:55 Bill Hoffman Assigned To Bill Hoffman => Eric Wing
2009-01-10 09:24 Alex Neundorf Category CMake => Modules
2009-01-31 02:40 Philip Lowman File Added: FindOpenSSL.cmake
2009-01-31 02:41 Philip Lowman Note Added: 0014746
2009-02-07 02:22 Eric Wing Note Added: 0014818
2009-02-07 02:23 Eric Wing Assigned To Eric Wing => Bill Hoffman
2014-11-28 08:45 Hannes Mezger Note Added: 0037309
2016-06-10 14:27 Kitware Robot Note Added: 0041431
2016-06-10 14:27 Kitware Robot Status assigned => resolved
2016-06-10 14:27 Kitware Robot Resolution open => moved
2016-06-10 14:30 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team