summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Kivilinna <jussi.kivilinna@iki.fi>2021-03-06 15:44:01 +0200
committerJussi Kivilinna <jussi.kivilinna@iki.fi>2021-03-06 15:45:12 +0200
commit7c4c992fe96f781e387bd26a11b17e70a27aa3c0 (patch)
treead0f74780d9c518bda855647091f5df91922c487
parent49ab649c69951cd7b6d40d3527e21db51d93a207 (diff)
downloadlibgcrypt-7c4c992fe96f781e387bd26a11b17e70a27aa3c0.tar.gz
src/hwfeatures: add reminder about documenting new HW features
* src/hwfeatures.c (hwflist): Add comment about updating 'doc/gcrypt.texi' with new HW features. -- Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>
-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;