MantisBT - CMake
View Issue Details
0007181CMakeModulespublic2008-06-10 08:042016-06-10 14:30
Nils Gladitz 
Bill Hoffman 
normalminoralways
closedmoved 
CMake-2-6 
 
0007181: FindOpenSSL.cmake does not locate libeay32.lib on windows
The 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(?)
No tags attached.
? FindOpenSSL.cmake (2,980) 2009-01-31 02:40
https://public.kitware.com/Bug/file/2026/*
Issue History
2008-06-10 08:04Nils GladitzNew Issue
2008-06-10 09:29Bill HoffmanStatusnew => assigned
2008-06-10 09:29Bill HoffmanAssigned To => Eric Wing
2008-06-10 09:30Bill HoffmanAssigned ToEric Wing => Bill Hoffman
2008-09-11 11:55Bill HoffmanAssigned ToBill Hoffman => Eric Wing
2009-01-10 09:24Alex NeundorfCategoryCMake => Modules
2009-01-31 02:40Philip LowmanFile Added: FindOpenSSL.cmake
2009-01-31 02:41Philip LowmanNote Added: 0014746
2009-02-07 02:22Eric WingNote Added: 0014818
2009-02-07 02:23Eric WingAssigned ToEric Wing => Bill Hoffman
2014-11-28 08:45Hannes MezgerNote Added: 0037309
2016-06-10 14:27Kitware RobotNote Added: 0041431
2016-06-10 14:27Kitware RobotStatusassigned => resolved
2016-06-10 14:27Kitware RobotResolutionopen => moved
2016-06-10 14:30Kitware RobotStatusresolved => closed

Notes
(0014746)
Philip Lowman   
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   
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   
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   
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.