diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-05-25 21:42:25 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-05-25 21:42:25 +0000 |
commit | 72595d5cb8d24d33c697fa7a2d4eccc3cb60ff9a (patch) | |
tree | 3bad14e4209fac155477160b64675df6de54cede /lib/libkeynote/signature.h | |
parent | 7c983533d3b7679ec8a5d6b1ef8508d67b352fda (diff) |
Export kn_keycompare() in the API, update the spec and man pages.
Note that the *.1 manpages will all be rolled into a single one soon.
Diffstat (limited to 'lib/libkeynote/signature.h')
-rw-r--r-- | lib/libkeynote/signature.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libkeynote/signature.h b/lib/libkeynote/signature.h index d2f8faae092..03d23d825d7 100644 --- a/lib/libkeynote/signature.h +++ b/lib/libkeynote/signature.h @@ -1,4 +1,4 @@ -/* $OpenBSD: signature.h,v 1.1 1999/05/23 22:11:06 angelos Exp $ */ +/* $OpenBSD: signature.h,v 1.2 1999/05/25 21:42:23 angelos Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) @@ -59,6 +59,5 @@ int keynote_get_key_algorithm(char *, int *, int *); int keynote_sigverify_assertion(struct assertion *); -int keynote_keycompare(void *, void *, int); void keynote_free_key(void *, int); #endif /* __SIGNATURE_H__ */ |