summaryrefslogtreecommitdiff
path: root/audio/murmur/files/FreeBSD9-patch-src_SSL.cpp
blob: acb5e6337c5f50c32c924e73e9319cb84947c11c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/SSL.cpp.orig	2015-11-20 16:02:09 UTC
+++ src/SSL.cpp
@@ -43,7 +43,7 @@ QList<QSslCipher> MumbleSSL::ciphersFrom
 
 	SSL_CTX *ctx = NULL;
 	SSL *ssl = NULL;
-	const SSL_METHOD *meth = NULL;
+	SSL_METHOD *meth = NULL;
 	int i = 0;
 
 	QByteArray csbuf = cipherString.toLatin1();