[Gambas-user] [Gambas Bug Tracker] Bug #984: error compiling again 0.9 openssl, only 1.0 compiles

bugtracker at ...3416... bugtracker at ...3416...
Mon Aug 29 16:43:37 CEST 2016


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!






More information about the User mailing list