From 274791ccf3e873a88ef1f2aef185a3d711c972b4 Mon Sep 17 00:00:00 2001 From: ian Date: Tue, 14 Mar 2000 15:23:17 +0000 Subject: [PATCH 1/1] Removed unwanted ifdef and include of zes-admin.h --- client/admin.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/client/admin.c b/client/admin.c index aa9ed43..93574a8 100644 --- a/client/admin.c +++ b/client/admin.c @@ -1,6 +1,9 @@ /* * $Log: admin.c,v $ - * Revision 1.2 2000-03-14 14:06:04 ian + * Revision 1.3 2000-03-14 15:23:17 ian + * Removed unwanted ifdef and include of zes-admin.h + * + * Revision 1.2 2000/03/14 14:06:04 ian * Minor change to order of debugging output for send_apdu, * fixed encoding of admin request. * @@ -27,11 +30,6 @@ #include -#ifdef ASN_COMPILED -/* #include */ -#endif - - /* Helper functions to get to various statics in the client */ ODR getODROutputStream(); void send_apdu(Z_APDU *a); -- 1.7.10.4