From: Niels Möller Date: Wed, 16 Dec 1998 00:53:20 +0000 (+0100) Subject: Marked as obsolete. X-Git-Tag: des_and_blowfish_compiles_19981216~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d643af7005c11cafbc98307f5f4e765fe9f9e6f1;p=thirdparty%2Fnettle.git Marked as obsolete. Rev: src/symmetric/include/types.h:1.2 Rev: src/symmetric/util.h:1.2 --- diff --git a/include/types.h b/include/types.h index 79b267ba..154fdb70 100644 --- a/include/types.h +++ b/include/types.h @@ -3,6 +3,8 @@ /* Define types for GPG code */ +#warning Don't use include/types.h + #include "lsh_types.h" typedef UINT8 byte; diff --git a/util.h b/util.h index cb25c850..f4510557 100644 --- a/util.h +++ b/util.h @@ -1,6 +1,8 @@ #ifndef _UTIL_H #define _UTIL_H +#warning Don't use lib/util.h + /* Bridge from GPG style to lsh style */ #include "lsh_types.h"