r10976: Fix the build with openssl-0.9.8a.
authorGünther Deschner <gd@samba.org>
Thu, 13 Oct 2005 22:11:18 +0000 (22:11 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:04:58 +0000 (11:04 -0500)
Guenther
(This used to be commit 081409a724fce1f6e6f29bfcc824fd3f5ec6d9ff)

source3/lib/afs.c
source3/lib/afs_settoken.c

index b8173f7cc1e0c8712d15ae1a90d3e11a6f5191ae..8a304adcf0c80ade7851dc111112e86940cd1781 100644 (file)
@@ -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>
index 2e74328d5d6559611bf701aa490024469ec68e1d..46802e78cba4ddca2b162d4a4ad8fe65f1e79f67 100644 (file)
@@ -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>