From e2b4d0ad75001131f26e7f847b7e0d9959de2e98 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 13 Oct 2005 22:11:18 +0000 Subject: r10976: Fix the build with openssl-0.9.8a. Guenther (This used to be commit 081409a724fce1f6e6f29bfcc824fd3f5ec6d9ff) --- source3/lib/afs_settoken.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/lib/afs_settoken.c') 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 #include #include -- cgit