summaryrefslogtreecommitdiff
path: root/lib/crypto-backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto-backend.h')
-rw-r--r--lib/crypto-backend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto-backend.h b/lib/crypto-backend.h
index 92e3092d8d..07b23cb0f1 100644
--- a/lib/crypto-backend.h
+++ b/lib/crypto-backend.h
@@ -182,7 +182,7 @@ typedef struct gnutls_x509_spki_st {
typedef struct {
bigint_t params[GNUTLS_MAX_PK_PARAMS];
unsigned int params_nr; /* the number of parameters */
- unsigned int flags;
+ unsigned int flags; /* curve */
gnutls_datum_t raw_pub; /* used by x25519 */
gnutls_datum_t raw_priv;