summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-08-27 10:10:47 +0000
committerWerner Koch <wk@gnupg.org>2008-08-27 10:10:47 +0000
commitb7725f9968d8fb623c7c4d37c55714942643bfcb (patch)
treeb1f3435ceae1fc28e4f984fbe8555558f6d0a61a /src/Makefile.am
parentd1e87a8bf19a041e3fe6144213b081f6374ba06b (diff)
downloadlibgcrypt-b7725f9968d8fb623c7c4d37c55714942643bfcb.tar.gz
Allow getting out of the FIPS error state by running a self-test.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bb88520d..dcec200c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -122,9 +122,9 @@ install-data-local: install-def-file
uninstall-local: uninstall-def-file
-# FIXME: We ned to figure out how to gte the actual name (parsing
+# FIXME: We need to figure out how to get the actual name (parsing
# libgcrypt.la?) and how to create the hmac file already at link time
-# so that it can be used without first installing.
+# so that it can be used without installing libgcrypt first.
#install-exec-hook:
# ./hmac256 --binary "What am I, a doctor or a moonshuttle conductor?" \
# $(DESTDIR)$(libdir)/libgcrypt.so.11.5.0 \