diff options
| -rw-r--r-- | CHANGES | 2 | ||||
| -rw-r--r-- | appl/lib/crypt/x509.b | 2 | ||||
| -rw-r--r-- | include/version.h | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -1,3 +1,5 @@ +20080120 + forgot to push updated appl/lib/x509.b during keyring changes 20080116 add rsa to factotum set but not used changes from Acme-sac diff --git a/appl/lib/crypt/x509.b b/appl/lib/crypt/x509.b index 059a58f6..1ced2563 100644 --- a/appl/lib/crypt/x509.b +++ b/appl/lib/crypt/x509.b @@ -20,7 +20,7 @@ include "asn1.m"; include "keyring.m"; keyring : Keyring; - MD4, MD5, SHA1, IPint, DESstate : import keyring; + IPint, DESstate : import keyring; include "security.m"; random : Random; diff --git a/include/version.h b/include/version.h index cc4e20f9..ba7a17c3 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION "Fourth Edition (20080118)" +#define VERSION "Fourth Edition (20080120)" |
