From d643af7005c11cafbc98307f5f4e765fe9f9e6f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Wed, 16 Dec 1998 01:53:20 +0100 Subject: [PATCH] Marked as obsolete. Rev: src/symmetric/include/types.h:1.2 Rev: src/symmetric/util.h:1.2 --- include/types.h | 2 ++ util.h | 2 ++ 2 files changed, 4 insertions(+) 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" -- GitLab