jumaris / indyproject

Automatically exported from code.google.com/p/indyproject
0 stars 0 forks source link

Mark SSLv2 funtions as non-critical on Ubuntu systems #273

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
On Ubuntu systems, OpenSSL 1.0.0+ is not compiled with SSLv2 functions enabled:

http://stackoverflow.com/questions/8206546/undefined-symbol-sslv2-method

IdSSLOpenSSLHeaders.pas needs to be updated to mark SSLv2 functions as being 
non-critical when calling LoadFunction().

Original issue reported on code.google.com by gambit47 on 22 Dec 2013 at 9:51