summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)"