]> git.ipfire.org Git - people/ms/dma.git/blobdiff - crypto.c
Merge commit 'refs/merge-requests/4' of git://gitorious.org/dma/dma
[people/ms/dma.git] / crypto.c
index 0bfdc54f3e16c3fed0b6544c39bf9e65d42d0966..7e8865c602464e75b1b581908157adc450dcdbc2 100644 (file)
--- a/crypto.c
+++ b/crypto.c
@@ -80,7 +80,7 @@ int
 smtp_init_crypto(int fd, int feature)
 {
        SSL_CTX *ctx = NULL;
-       SSL_METHOD *meth = NULL;
+       const SSL_METHOD *meth = NULL;
        X509 *cert;
        int error;