summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2019-05-20 21:34:30 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2019-05-20 21:37:13 +0200
commite5475d73b0a2395b0ecd875959d47910bb97dc33 (patch)
treecf53f9e6110ffd86f6adbae1f888501899c3956c
parent57c8178d6bed71f126d5a175684a7307cdcd1d75 (diff)
downloadgnutls-e5475d73b0a2395b0ecd875959d47910bb97dc33.tar.gz
x509.h: removed stray '%'
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--lib/includes/gnutls/x509.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/includes/gnutls/x509.h b/lib/includes/gnutls/x509.h
index 2f0a85498c..5c5f6ca506 100644
--- a/lib/includes/gnutls/x509.h
+++ b/lib/includes/gnutls/x509.h
@@ -1003,7 +1003,7 @@ typedef enum gnutls_certificate_verify_flags {
* corresponds to @GNUTLS_SEC_PARAM_ULTRA (192 bits)
* @GNUTLS_PROFILE_FUTURE: A verification profile that
* corresponds to @GNUTLS_SEC_PARAM_FUTURE (256 bits)
-% * @GNUTLS_PROFILE_SUITEB128: A verification profile that
+ * @GNUTLS_PROFILE_SUITEB128: A verification profile that
* applies the SUITEB128 rules
* @GNUTLS_PROFILE_SUITEB192: A verification profile that
* applies the SUITEB192 rules