diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-05-24 00:51:26 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-05-24 00:51:26 +0000 |
commit | 9792cd16345e95c23a39cde6f53753de54edd484 (patch) | |
tree | ebde58e9a3056f7c18f0392af09993a7c3053903 /lib | |
parent | a68360c23f4edab92eafb6a64e906ed86ff607ba (diff) |
Unneeded declaration.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libkeynote/keynote-sign.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libkeynote/keynote-sign.c b/lib/libkeynote/keynote-sign.c index 467dcf5426a..459ddf35fa8 100644 --- a/lib/libkeynote/keynote-sign.c +++ b/lib/libkeynote/keynote-sign.c @@ -1,4 +1,4 @@ -/* $OpenBSD: keynote-sign.c,v 1.1 1999/05/23 22:11:04 angelos Exp $ */ +/* $OpenBSD: keynote-sign.c,v 1.2 1999/05/24 00:51:25 angelos Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) @@ -41,8 +41,6 @@ #define SIG_PRINT_OFFSET 12 #define SIG_PRINT_LENGTH 50 -extern struct assertion *asp; - void usage(void) { |