summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-01-20 11:25:27 +0000
committerCharles.Forsyth <devnull@localhost>2008-01-20 11:25:27 +0000
commite373787f703bc6bc5586ca7d6c988b273aecc39d (patch)
tree459e0bc1c967c039a1c80e960feaa77b4fbeff38
parent93364659a34dc8f078c6eb40d882643c8e90b5fd (diff)
20080120-1132
-rw-r--r--CHANGES2
-rw-r--r--appl/lib/crypt/x509.b2
-rw-r--r--include/version.h2
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)"