summaryrefslogtreecommitdiff
path: root/ironclad.asd
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2020-09-01 10:50:34 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2020-09-01 10:50:34 +0200
commit241f5f05de726a4a12976fc218e6cbe6e265f930 (patch)
treef53b2e8ad9c3ec5ac26145a7afc7ebb1d38492ca /ironclad.asd
parentb002b740a320ed8d1e415d906bee12f98fd5ed54 (diff)
Move KDF class definitions to their implementation's file
Diffstat (limited to 'ironclad.asd')
-rw-r--r--ironclad.asd2
1 files changed, 1 insertions, 1 deletions
diff --git a/ironclad.asd b/ironclad.asd
index 85b2137..d48ae84 100644
--- a/ironclad.asd
+++ b/ironclad.asd
@@ -135,7 +135,7 @@
(:file "gcm")))
(:module "kdf"
:serial t
- :components ((:file "kdf-common")
+ :components ((:file "kdf")
(:file "argon2")
(:file "bcrypt")
(:file "hmac")