mirror of
https://github.com/pmai/md5.git
synced 2025-12-21 22:44:29 +01:00
Package-proof md5.lisp.
This commit is contained in:
4
md5.lisp
4
md5.lisp
@ -56,7 +56,7 @@
|
|||||||
;;;; authors assume no responsibility for the consequences of any use
|
;;;; authors assume no responsibility for the consequences of any use
|
||||||
;;;; of this software.
|
;;;; of this software.
|
||||||
|
|
||||||
(defpackage #:md5 (:use #:cl)
|
(cl:defpackage #:md5 (:use #:cl)
|
||||||
(:export
|
(:export
|
||||||
;; Low-Level types and functions
|
;; Low-Level types and functions
|
||||||
#:md5-regs #:initial-md5-regs #:md5regs-digest
|
#:md5-regs #:initial-md5-regs #:md5regs-digest
|
||||||
@ -67,7 +67,7 @@
|
|||||||
;; High-Level functions on sequences, streams and files
|
;; High-Level functions on sequences, streams and files
|
||||||
#:md5sum-sequence #:md5sum-string #:md5sum-stream #:md5sum-file))
|
#:md5sum-sequence #:md5sum-string #:md5sum-stream #:md5sum-file))
|
||||||
|
|
||||||
(in-package #:md5)
|
(cl:in-package #:md5)
|
||||||
|
|
||||||
#+cmu
|
#+cmu
|
||||||
(eval-when (:compile-toplevel)
|
(eval-when (:compile-toplevel)
|
||||||
|
|||||||
Reference in New Issue
Block a user