diff options
author | Rob Austein <sra@hactrn.net> | 2009-04-19 22:11:25 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-04-19 22:11:25 +0000 |
commit | e419ec635387663b51bc30b31207297a7c53fb97 (patch) | |
tree | 1e617808dfd79534db7d4cf5aa46f62b2fc0b21e | |
parent | 91f5b00a9f214b41079472e824c635b464b5accb (diff) |
Code has been stable for much longer than the prototype it replaced,
time to remove silly warning message.
svn path=/rcynic/README; revision=2347
-rw-r--r-- | rcynic/README | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rcynic/README b/rcynic/README index 3e0a2385..5bff8e58 100644 --- a/rcynic/README +++ b/rcynic/README @@ -2,10 +2,6 @@ "Cynical rsync" -- fetch and validate RPKI certificates. -This is the C implementation. It's still rough in places, but it -appears to work, and at least for the current test data available from -APNIC and RIPE it produces the same results as my Perl prototype did. - To build this you will need to link it against an OpenSSL libcrypto that has support for the RFC 3779 extensions. See ../openssl/README. |