diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-11-05 00:27:19 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-11-05 00:27:19 +0000 |
commit | e576f6b24979b2eccc2c49bc5c8a89b130112985 (patch) | |
tree | f66fa288d4332b1bf71284880e15b36765427d1f /lib/libkeynote/README | |
parent | 98ba299dfa58d2afca5f511d6774e0b2d0eaba5b (diff) |
Add a sample application as a usage guide, minor manpage correction.
Diffstat (limited to 'lib/libkeynote/README')
-rw-r--r-- | lib/libkeynote/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libkeynote/README b/lib/libkeynote/README index 9fca97dda7b..707bfde53fb 100644 --- a/lib/libkeynote/README +++ b/lib/libkeynote/README @@ -1,4 +1,4 @@ -# $OpenBSD: README,v 1.7 1999/11/03 19:52:21 angelos Exp $ +# $OpenBSD: README,v 1.8 1999/11/05 00:27:18 angelos Exp $ This is release 2.2 of the KeyNote trust management library reference implementation (in case you are wondering, there was never an official 1.0 @@ -14,6 +14,9 @@ crypto support, use "make nocrypto" instead (you still need to run "configure"). If you have built crypto support, "make test-sig" will run some more tests on the cryptographic algorithms. +A sample application is provided in sample-app.c. To build it, use +"make test-sample". + Compile tips: - You need the SSLeay/OpenSSL library if you compile with crypto (default), version 0.8.1b or later. You can find it in various |