[openssl-users] File signing/encrypting upgrade from 1.0.2 to 1.1.0

Sergio NNX sfhacker at hotmail.com
Tue Mar 27 18:24:25 UTC 2018


> The code comiles just fine

Unfortunately, it does NOT compile fine on my system (and I guess the same occurs on several others!)


Can you fix all these various issues and post an updated zip file so I can test it again?


Cheers.


________________________________


> A few points/questions:
>
>
> - Why cmake?

Well, this is part of a larger software bundle, so a build environment
is needed. And I like cmake. :)

> - I does not build/compile at all.
>
> - Why is this line here: #include <openssl/applink.c> ? I get a
> compilation error! 😱

It's in there because it was documented to use it on windows. I manually
copied the file to the appropriate place after compiling/installing
openssl, but if it is not needed anymore, I can remove the line.

> - Why are we adding these libraries: odbc32 advapi32 ?

Again, larger bundle, I forgot to remove them for that small excerpt,
they're not needed here. (but don't change anything, too)..

> CMake Error at CMakeLists.txt:9 (find_package):
>   By not providing "FindOpenSSLSyn.cmake" in CMAKE_MODULE_PATH this
> project has asked CMake to find a package configuration file provided
> by "OpenSSLSyn", but CMake did not find one.

And, again: that should have read OpenSSL instead of OpenSSLSyn, and
the libs should read OpenSSL::Crypto. I have to use a special finder
to get the includes/libs to compile, but that's only a compile/link
issue...

Best regards, Jan
--
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
openssl-users Info Page<https://mta.openssl.org/mailman/listinfo/openssl-users>
mta.openssl.org
This mailing list is for discussion among those using the OpenSSL software. To see the collection of prior postings to the list, visit the openssl-users Archives


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20180327/4d154d2a/attachment-0001.html>


More information about the openssl-users mailing list