From e5475d73b0a2395b0ecd875959d47910bb97dc33 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 20 May 2019 21:34:30 +0200 Subject: x509.h: removed stray '%' Signed-off-by: Nikos Mavrogiannopoulos --- lib/includes/gnutls/x509.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1