summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hwfeatures.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hwfeatures.c b/src/hwfeatures.c
index b47429bb..534c271d 100644
--- a/src/hwfeatures.c
+++ b/src/hwfeatures.c
@@ -35,7 +35,8 @@
/* The name of a file used to globally disable selected features. */
#define HWF_DENY_FILE "/etc/gcrypt/hwf.deny"
-/* A table to map hardware features to a string. */
+/* A table to map hardware features to a string.
+ * Note: Remember to add new HW features to 'doc/gcrypt.texi'. */
static struct
{
unsigned int flag;