From 072add4c26663610804f6baf2ad897c39e1a36b7 Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Tue, 23 Oct 2012 02:36:17 +0200 Subject: [PATCH] Package-proof md5.lisp. --- md5.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/md5.lisp b/md5.lisp index 081ce08..d1a47c9 100644 --- a/md5.lisp +++ b/md5.lisp @@ -56,7 +56,7 @@ ;;;; authors assume no responsibility for the consequences of any use ;;;; of this software. -(defpackage #:md5 (:use #:cl) +(cl:defpackage #:md5 (:use #:cl) (:export ;; Low-Level types and functions #:md5-regs #:initial-md5-regs #:md5regs-digest @@ -67,7 +67,7 @@ ;; High-Level functions on sequences, streams and files #:md5sum-sequence #:md5sum-string #:md5sum-stream #:md5sum-file)) -(in-package #:md5) +(cl:in-package #:md5) #+cmu (eval-when (:compile-toplevel)