summaryrefslogtreecommitdiff
path: root/tests/pki.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pki.scm')
-rw-r--r--tests/pki.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pki.scm b/tests/pki.scm
index 876ad98d73..d6a6b476c7 100644
--- a/tests/pki.scm
+++ b/tests/pki.scm
@@ -18,8 +18,8 @@
(define-module (test-pki)
#:use-module (guix pki)
- #:use-module (guix pk-crypto)
- #:use-module (guix hash)
+ #:use-module (gcrypt pk-crypto)
+ #:use-module (gcrypt hash)
#:use-module (rnrs io ports)
#:use-module (srfi srfi-64))