26 Jul
2010
26 Jul
'10
4:46 p.m.
On Mon, Jul 26, 2010 at 2:13 PM, Uwe Bonnes <bon(a)elektron.ikp.physik.tu-darmstadt.de> wrote:
+#else +const SSL_METHOD *method;
Also, you accidentally removed the "static" keyword instead of removing the "const" keyword for the #else branch (in both files). Octavian