summaryrefslogtreecommitdiff
path: root/appl/lib/crypt
diff options
context:
space:
mode:
Diffstat (limited to 'appl/lib/crypt')
-rw-r--r--appl/lib/crypt/x509.b2
1 files changed, 1 insertions, 1 deletions
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;