summaryrefslogtreecommitdiff
path: root/lib/includes
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-12-09 18:20:44 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-12-09 18:20:44 +0100
commitbcca2891e7404e395f224ea019eb5375ae080505 (patch)
tree16029814fdc4f330e7656ae3393d2034a9bb88dd /lib/includes
parent730a3462665dea6101b7a0a6b2ba655b604ab04c (diff)
downloadgnutls-bcca2891e7404e395f224ea019eb5375ae080505.tar.gz
Added SECP192R1 curve.
Diffstat (limited to 'lib/includes')
-rw-r--r--lib/includes/gnutls/gnutls.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index 072e0163a3..ed744844f3 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -633,6 +633,7 @@ extern "C"
/**
* gnutls_ecc_curve_t:
* @GNUTLS_ECC_CURVE_INVALID: Cannot be known
+ * @GNUTLS_ECC_CURVE_SECP192R1: the SECP192R1 curve
* @GNUTLS_ECC_CURVE_SECP224R1: the SECP224R1 curve
* @GNUTLS_ECC_CURVE_SECP256R1: the SECP256R1 curve
* @GNUTLS_ECC_CURVE_SECP384R1: the SECP384R1 curve
@@ -647,6 +648,7 @@ typedef enum
GNUTLS_ECC_CURVE_SECP256R1,
GNUTLS_ECC_CURVE_SECP384R1,
GNUTLS_ECC_CURVE_SECP521R1,
+ GNUTLS_ECC_CURVE_SECP192R1,
} gnutls_ecc_curve_t;
/**