diff options
author | 1999-10-09 19:47:31 +0000 | |
---|---|---|
committer | 1999-10-09 19:47:31 +0000 | |
commit | dd34a27efff4fed1e9713d1aacbeffcc535bd63f (patch) | |
tree | 0b9a2dd6a22853152bc984116ea92866ae3a1149 /lib/libkeynote/parse_assertion.c | |
parent | Attach to the new 82559 ID number as well. (diff) | |
download | wireguard-openbsd-dd34a27efff4fed1e9713d1aacbeffcc535bd63f.tar.xz wireguard-openbsd-dd34a27efff4fed1e9713d1aacbeffcc535bd63f.zip |
Roll back yesterday's commit, will wait until after 2.6.
Diffstat (limited to 'lib/libkeynote/parse_assertion.c')
-rw-r--r-- | lib/libkeynote/parse_assertion.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libkeynote/parse_assertion.c b/lib/libkeynote/parse_assertion.c index 2e520b1c2ce..cb2489e41aa 100644 --- a/lib/libkeynote/parse_assertion.c +++ b/lib/libkeynote/parse_assertion.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parse_assertion.c,v 1.4 1999/10/09 06:59:37 angelos Exp $ */ +/* $OpenBSD: parse_assertion.c,v 1.5 1999/10/09 19:47:33 angelos Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) * @@ -36,7 +36,6 @@ #include <limits.h> #endif /* HAVE_LIMITS_H */ -#include "header.h" #include "keynote.h" #include "assertion.h" #include "signature.h" |