diff options
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 |