Unfortunately I am unable to link:
../bin/arm_release/libAppcrypt.a(Certificate.o): In function
`CreateCertificateHandler':/home/user/trunk/common/App/Crypt/ATCL/Certificate.cpp:198:
undefined reference to
`X509_set_notBefore'/home/user/trunk/common/App/Crypt/ATCL/Certificate.cpp:202:
undefin
They are macros now. You should still be able to build code that uses them.
-Ben
On Fri, Apr 09, 2021 at 08:03:28PM +, Robert Smith via openssl-users wrote:
> Hello,
> I am porting application from openSSL version 1.0.2u to 1.1.1k and linker
> complaints that symbols X509_set_notAfter and X
Hello,
I am porting application from openSSL version 1.0.2u to 1.1.1k and linker
complaints that symbols X509_set_notAfter and X509_set_notBefore are missing.
I've checked both versions 1.0.2u and 1.1.1k and I see that these symbols
really are not present in 1.1.1k.
user@ubuntu_dev_vm:~/tools/o