diff -u courier-0.73.1/debian/changelog courier-0.73.1/debian/changelog --- courier-0.73.1/debian/changelog +++ courier-0.73.1/debian/changelog @@ -1,3 +1,9 @@ +courier (0.73.1-1.6+rpi1) stretch-staging; urgency=medium + + * Remove call to SSLv3_method + + -- Peter Michael Green Sat, 14 Nov 2015 14:04:28 +0000 + courier (0.73.1-1.6) unstable; urgency=medium * Non-maintainer upload with maintainer approval. only in patch2: unchanged: --- courier-0.73.1.orig/libs/tcpd/libcouriertls.c +++ courier-0.73.1/libs/tcpd/libcouriertls.c @@ -526,8 +526,6 @@ method=((!protocol || !*protocol) ? NULL: - strcmp(protocol, "SSL3") == 0 - ? SSLv3_method(): strcmp(protocol, "SSL23") == 0 ? SSLv23_method(): strcmp(protocol, "TLSv1") == 0