diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-02-26 12:40:44 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-02-26 12:40:44 +0100 |
commit | 7e89215fd0534da41d419ea2a84b7a55a497e463 (patch) | |
tree | 97ec6a594c683b775001d16f1bfef5c9bfe042d9 /lib | |
parent | b5958db633a9fbf64e66d1fdfda737c6aa9c8184 (diff) | |
download | gnutls-7e89215fd0534da41d419ea2a84b7a55a497e463.tar.gz |
align comments
Diffstat (limited to 'lib')
-rw-r--r-- | lib/x509/x509_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |