diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-05-31 20:10:01 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-05-31 20:10:01 +0000 |
commit | 5b9b4546172d8ee78fb8946941ec6e490a67d76a (patch) | |
tree | 81b01493f156e6239f4d2fd7db386f01c4fce4d8 /lib/libkeynote/signature.c | |
parent | a96d5d8ab75b6309c1dd8f9940fa8ed8f7fcc88e (diff) |
Sanitize prototypes and variable extern definitions, remove
unnecessary header file, add prototypes header file for utility building.
Diffstat (limited to 'lib/libkeynote/signature.c')
-rw-r--r-- | lib/libkeynote/signature.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libkeynote/signature.c b/lib/libkeynote/signature.c index ee05bf14b27..c3d29da4655 100644 --- a/lib/libkeynote/signature.c +++ b/lib/libkeynote/signature.c @@ -1,5 +1,4 @@ -/* $OpenBSD: signature.c,v 1.3 1999/05/31 18:29:19 angelos Exp $ */ - +/* $OpenBSD: signature.c,v 1.4 1999/05/31 20:10:00 angelos Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) * @@ -29,6 +28,9 @@ #include <stdlib.h> #include <limits.h> #include <string.h> + +#include "keynote.h" +#include "assertion.h" #include "signature.h" static const char hextab[] = { |