svn commit: samba r10976 - branches/SAMBA_3_0/source/lib trunk/source/lib

gd at samba.org gd at samba.org
Thu Oct 13 22:11:18 GMT 2005


Author: gd
Date: 2005-10-13 22:11:18 +0000 (Thu, 13 Oct 2005)
New Revision: 10976

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10976

Log:
Fix the build with openssl-0.9.8a.

Guenther

Modified:
   branches/SAMBA_3_0/source/lib/afs.c
   branches/SAMBA_3_0/source/lib/afs_settoken.c
   trunk/source/lib/afs.c
   trunk/source/lib/afs_settoken.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/afs.c
===================================================================
--- branches/SAMBA_3_0/source/lib/afs.c	2005-10-13 19:45:33 UTC (rev 10975)
+++ branches/SAMBA_3_0/source/lib/afs.c	2005-10-13 22:11:18 UTC (rev 10976)
@@ -22,6 +22,8 @@
 
 #ifdef WITH_FAKE_KASERVER
 
+#define NO_ASN1_TYPEDEFS 1
+
 #include <afs/stds.h>
 #include <afs/afs.h>
 #include <afs/auth.h>

Modified: branches/SAMBA_3_0/source/lib/afs_settoken.c
===================================================================
--- branches/SAMBA_3_0/source/lib/afs_settoken.c	2005-10-13 19:45:33 UTC (rev 10975)
+++ branches/SAMBA_3_0/source/lib/afs_settoken.c	2005-10-13 22:11:18 UTC (rev 10976)
@@ -22,6 +22,8 @@
 
 #ifdef WITH_FAKE_KASERVER
 
+#define NO_ASN1_TYPEDEFS 1
+
 #include <afs/stds.h>
 #include <afs/afs.h>
 #include <afs/auth.h>

Modified: trunk/source/lib/afs.c
===================================================================
--- trunk/source/lib/afs.c	2005-10-13 19:45:33 UTC (rev 10975)
+++ trunk/source/lib/afs.c	2005-10-13 22:11:18 UTC (rev 10976)
@@ -22,6 +22,8 @@
 
 #ifdef WITH_FAKE_KASERVER
 
+#define NO_ASN1_TYPEDEFS 1
+
 #include <afs/stds.h>
 #include <afs/afs.h>
 #include <afs/auth.h>

Modified: trunk/source/lib/afs_settoken.c
===================================================================
--- trunk/source/lib/afs_settoken.c	2005-10-13 19:45:33 UTC (rev 10975)
+++ trunk/source/lib/afs_settoken.c	2005-10-13 22:11:18 UTC (rev 10976)
@@ -22,6 +22,8 @@
 
 #ifdef WITH_FAKE_KASERVER
 
+#define NO_ASN1_TYPEDEFS 1
+
 #include <afs/stds.h>
 #include <afs/afs.h>
 #include <afs/auth.h>



More information about the samba-cvs mailing list