http://gambaswiki.org/bugtracker/edit?object=BUG.984&from=L21haW4-

Comment #1 by PICCORO LENZ MCKAY:

i investigate the error and seems the problem its in the conditional line:

#if OPENSSL_VERSION_NUMBER < 0x10100000L

i think must be :

#if OPENSSL_VERSION_NUMBER > 0x10100000L

due in the previous version 3.8.X series the code compiles perfectly, in adition

the comment said " * Forward compatibility for openssl 1.1" so the conditional 
are wrong!



------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to