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/keynote-keygen.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/keynote-keygen.c')
-rw-r--r-- | lib/libkeynote/keynote-keygen.c | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/lib/libkeynote/keynote-keygen.c b/lib/libkeynote/keynote-keygen.c index 745f8bb58ea..06cca5c14ee 100644 --- a/lib/libkeynote/keynote-keygen.c +++ b/lib/libkeynote/keynote-keygen.c @@ -1,5 +1,4 @@ -/* $OpenBSD: keynote-keygen.c,v 1.2 1999/05/24 01:29:22 angelos Exp $ */ - +/* $OpenBSD: keynote-keygen.c,v 1.3 1999/05/31 20:09:59 angelos Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) * @@ -34,9 +33,10 @@ #include <unistd.h> #endif /* WIN32 */ +#include "keynote.h" +#include "assertion.h" #include "signature.h" - -#define DEFAULT_PUBLIC 0x10001 +#include "header.h" void keygenusage(void) @@ -47,12 +47,6 @@ keygenusage(void) "<print-length>]\n"); } -#define SEED_LEN 40 -#define RND_BYTES 1024 - -#define KEY_PRINT_OFFSET 12 -#define KEY_PRINT_LENGTH 50 - /* * Print the specified number of spaces. */ |