summaryrefslogtreecommitdiff
path: root/src/ath.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ath.c')
-rw-r--r--src/ath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ath.c b/src/ath.c
index edfaada6..0c274cde 100644
--- a/src/ath.c
+++ b/src/ath.c
@@ -22,7 +22,7 @@
#include <config.h>
#endif
-#include <assert.h>
+#include <assert.h> /* Right: We need to use assert and not gcry_assert. */
#include <unistd.h>
#ifdef HAVE_SYS_SELECT_H
# include <sys/select.h>