SOURCES: shishi-gnutls.patch (NEW) - fix missdeclaration

arekm arekm at pld-linux.org
Mon Jul 11 20:04:00 CEST 2005


Author: arekm                        Date: Mon Jul 11 18:04:00 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix missdeclaration

---- Files affected:
SOURCES:
   shishi-gnutls.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/shishi-gnutls.patch
diff -u /dev/null SOURCES/shishi-gnutls.patch:1.1
--- /dev/null	Mon Jul 11 20:04:00 2005
+++ SOURCES/shishi-gnutls.patch	Mon Jul 11 20:03:55 2005
@@ -0,0 +1,12 @@
+diff -urN shishi-0.0.21.org/src/kdc.h shishi-0.0.21/src/kdc.h
+--- shishi-0.0.21.org/src/kdc.h	2004-09-10 11:49:07.000000000 +0200
++++ shishi-0.0.21/src/kdc.h	2005-07-11 20:01:35.564472016 +0200
+@@ -169,7 +169,7 @@
+ #define DH_BITS 1024
+ extern gnutls_dh_params dh_params;
+ extern gnutls_anon_server_credentials anoncred;
+-extern gnutls_certificate_credentials x509cred;
++extern gnutls_anon_server_credentials x509cred;
+ #endif
+ 
+ /* Interface between shishid.c and server.c. */
================================================================



More information about the pld-cvs-commit mailing list