summaryrefslogtreecommitdiff
path: root/src/gcrypt.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/gcrypt.h.in')
-rw-r--r--src/gcrypt.h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gcrypt.h.in b/src/gcrypt.h.in
index 9f6438ce..eb9a11db 100644
--- a/src/gcrypt.h.in
+++ b/src/gcrypt.h.in
@@ -457,7 +457,8 @@ enum gcry_mpi_flag
GCRYMPI_FLAG_OPAQUE = 2, /* The number is not a real one but just
a way to store some bytes. This is
useful for encrypted big integers. */
- GCRYMPI_FLAG_IMMUTABLE = 4 /* Mark the MPI as immutable. */
+ GCRYMPI_FLAG_IMMUTABLE = 4, /* Mark the MPI as immutable. */
+ GCRYMPI_FLAG_CONST = 8 /* Mark the MPI as a constant. */
};