summaryrefslogtreecommitdiff
path: root/security/libprelude/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'security/libprelude/patches/patch-ab')
-rw-r--r--security/libprelude/patches/patch-ab15
1 files changed, 8 insertions, 7 deletions
diff --git a/security/libprelude/patches/patch-ab b/security/libprelude/patches/patch-ab
index 9325f98abf3..36b480c5202 100644
--- a/security/libprelude/patches/patch-ab
+++ b/security/libprelude/patches/patch-ab
@@ -1,16 +1,17 @@
-$NetBSD: patch-ab,v 1.1.1.1 2006/01/29 15:54:04 shannonjr Exp $
---- src/tls-auth.c.orig Mon Jul 25 15:58:08 2005
-+++ src/tls-auth.c Mon Aug 15 12:38:00 2005
-@@ -165,6 +165,7 @@ int tls_auth_connection(prelude_client_p
- int ret, fd;
+$NetBSD: patch-ab,v 1.2 2007/09/03 13:43:40 shannonjr Exp $
+
+--- src/tls-auth.c.orig 2007-08-23 10:25:39.000000000 -0600
++++ src/tls-auth.c
+@@ -189,6 +189,7 @@ int tls_auth_connection(prelude_client_p
+ int ret, fd;
void *cred;
gnutls_session session;
+ int cipher_list[2];
ret = prelude_client_profile_get_credentials(cp, &cred);
if ( ret < 0 )
-@@ -172,6 +173,9 @@ int tls_auth_connection(prelude_client_p
-
+@@ -196,6 +197,9 @@ int tls_auth_connection(prelude_client_p
+
gnutls_init(&session, GNUTLS_CLIENT);
gnutls_set_default_priority(session);
+ cipher_list[0] = GNUTLS_CIPHER_AES_128_CBC;