Don't mark SSL_METHOD variable as "const"
commitca9ce71576ddf78cc54fe3b6f0428cdfea72e9df
authorHolger Weiss <holger@zedat.fu-berlin.de>
Tue, 10 Sep 2013 20:49:03 +0000 (10 22:49 +0200)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Tue, 10 Sep 2013 20:49:03 +0000 (10 22:49 +0200)
tree4c604060b6663ff79a7045336f6a202f3fe9e409
parent5b0e00782da2bbe9f9062884c9ae8ed330d5911e
Don't mark SSL_METHOD variable as "const"

The SSL_CTX_new(3) function expects a non-"const" SSL_METHOD value.
plugins/sslutils.c