diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2017-10-07 10:06:09 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2017-10-07 10:11:32 +0200 |
commit | 478513121a3911e476f75555396ff3cfee8e48f4 (patch) | |
tree | 1ba92eac6eeca4187ed78c1a2fd352f073fae073 /lib/includes | |
parent | be823ccb453f6a14ec187b53b8eed3b9a2b11fd4 (diff) | |
download | gnutls-478513121a3911e476f75555396ff3cfee8e48f4.tar.gz |
doc: improve documentation on provable private keystmp-doc-update
Resolves #301
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'lib/includes')
-rw-r--r-- | lib/includes/gnutls/x509.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/includes/gnutls/x509.h b/lib/includes/gnutls/x509.h index 8adb5e4941..1246a30eb2 100644 --- a/lib/includes/gnutls/x509.h +++ b/lib/includes/gnutls/x509.h @@ -1214,7 +1214,7 @@ void gnutls_x509_privkey_set_flags(gnutls_x509_privkey_t key, unsigned int flags * @GNUTLS_KEYGEN_DIGEST: The size field specifies the hash algorithm to be used in key generation. * @GNUTLS_KEYGEN_SPKI: data points to a %gnutls_x509_spki_t structure; it is not used after the key generation call. * - * Enumeration of different key exchange algorithms. + * Enumeration of different key generation data options. */ typedef enum { GNUTLS_KEYGEN_SEED = 1, |