From e373787f703bc6bc5586ca7d6c988b273aecc39d Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Sun, 20 Jan 2008 11:25:27 +0000 Subject: 20080120-1132 --- CHANGES | 2 ++ appl/lib/crypt/x509.b | 2 +- include/version.h | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index a41dd9d0..0fe83554 100644 --- a/CHANGES +++ b/CHANGES @@ -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)" -- cgit v1.2.3