Refactor to work with quicklisp.
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
(in-package :cl-user)
|
||||
|
||||
(defpackage #:cl-password
|
||||
(:use :cl :ironclad)
|
||||
(require 'ironclad)
|
||||
(cl:defpackage :cl-password
|
||||
(:use #:cl #:ironclad)
|
||||
(:shadow :null)
|
||||
(:export #:make-random-salt
|
||||
#:unsupported-hash-error
|
||||
#:hash-password
|
||||
#:check-password))
|
||||
(:export :make-random-salt
|
||||
:unsupported-hash-error
|
||||
:hash-password
|
||||
:check-password))
|
||||
|
||||
Reference in New Issue
Block a user