]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
align comments
authorSimon Josefsson <simon@josefsson.org>
Tue, 26 Feb 2008 11:40:44 +0000 (12:40 +0100)
committerSimon Josefsson <simon@josefsson.org>
Tue, 26 Feb 2008 11:40:44 +0000 (12:40 +0100)
lib/x509/x509_int.h

index 404aa6309966e6e5ce9524a6c69b727db45bc903..a70db6237e9e98592ebd8a3941002c9e9fbb6534 100644 (file)
@@ -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;