]> code.citadel.org Git - citadel.git/blobdiff - webcit/crypto.c
fix various incidents reported by CLANG Static analyzer:
[citadel.git] / webcit / crypto.c
index 6618ac1bce0ce821669e0794358a845d9ee47a7e..aa5c78b9fec134888284255d59aa892a2d03c33d 100644 (file)
@@ -60,7 +60,7 @@ void shutdown_ssl(void)
  */
 void init_ssl(void)
 {
-       SSL_METHOD *ssl_method;
+       const SSL_METHOD *ssl_method;
        RSA *rsa=NULL;
        X509_REQ *req = NULL;
        X509 *cer = NULL;