Re: Patch #63746 revisited: Add const qualifer after version check
26 Jul
2010
26 Jul
'10
3:40 p.m.
On Mon, Jul 26, 2010 at 2:13 PM, Uwe Bonnes <bon(a)elektron.ikp.physik.tu-darmstadt.de> wrote:
-static SSL_METHOD *meth; +#if defined(OPENSSL_VERSION_NUMBER) && (OPENSSL_VERSION_NUMBER> 0x1000000) +static const SSL_METHOD *meth; +#else +const SSL_METHOD *method;
There's a typo here, last line should declare meth not method. Octavian
5622
Age (days ago)
5622
Last active (days ago)
0 comments
1 participants
participants (1)
-
Octavian Voicu