From: Simon Josefsson Date: Tue, 26 Feb 2008 11:40:44 +0000 (+0100) Subject: align comments X-Git-Tag: gnutls_2_3_2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e89215fd0534da41d419ea2a84b7a55a497e463;p=thirdparty%2Fgnutls.git align comments --- diff --git a/lib/x509/x509_int.h b/lib/x509/x509_int.h index 404aa63099..a70db6237e 100644 --- a/lib/x509/x509_int.h +++ b/lib/x509/x509_int.h @@ -305,7 +305,7 @@ int _gnutls_pkcs7_decrypt_data (const gnutls_datum_t * data, typedef enum schema_id { PBES2, /* the stuff in PKCS #5 */ - PKCS12_3DES_SHA1, /* the fucking stuff in PKCS #12 */ + PKCS12_3DES_SHA1, /* the stuff in PKCS #12 */ PKCS12_ARCFOUR_SHA1, PKCS12_RC2_40_SHA1 } schema_id;