diff options
author | Günther Deschner <gd@samba.org> | 2005-10-13 22:11:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:04:58 -0500 |
commit | e2b4d0ad75001131f26e7f847b7e0d9959de2e98 (patch) | |
tree | b49c80fcf667dd2260fd1359e93fc38a7ab68bf0 | |
parent | 97a321e557e494e98fa745ec530202120a69403e (diff) | |
download | samba-e2b4d0ad75001131f26e7f847b7e0d9959de2e98.tar.gz samba-e2b4d0ad75001131f26e7f847b7e0d9959de2e98.tar.bz2 samba-e2b4d0ad75001131f26e7f847b7e0d9959de2e98.zip |
r10976: Fix the build with openssl-0.9.8a.
Guenther
(This used to be commit 081409a724fce1f6e6f29bfcc824fd3f5ec6d9ff)
-rw-r--r-- | source3/lib/afs.c | 2 | ||||
-rw-r--r-- | source3/lib/afs_settoken.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/source3/lib/afs.c b/source3/lib/afs.c index b8173f7cc1..8a304adcf0 100644 --- a/source3/lib/afs.c +++ b/source3/lib/afs.c @@ -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> diff --git a/source3/lib/afs_settoken.c b/source3/lib/afs_settoken.c index 2e74328d5d..46802e78cb 100644 --- a/source3/lib/afs_settoken.c +++ b/source3/lib/afs_settoken.c @@ -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> |