Remove an obsolete comment in password.c.
authorAndrej Kacian <ticho@claws-mail.org>
Sun, 31 Jul 2016 12:02:15 +0000 (14:02 +0200)
committerAndrej Kacian <ticho@claws-mail.org>
Sun, 31 Jul 2016 12:02:15 +0000 (14:02 +0200)
src/password.c

index ccbba17d51412d190ad07b9f90e155e2b2ed8dc1..002ca2943f2595c4c42741eedc9ebff732df9fc3 100644 (file)
@@ -316,9 +316,6 @@ gchar *password_decrypt_old(const gchar *password)
 gchar *password_encrypt_gnutls(const gchar *password,
                const gchar *encryption_passphrase)
 {
 gchar *password_encrypt_gnutls(const gchar *password,
                const gchar *encryption_passphrase)
 {
-       /* Another, slightly inferior combination is AES-128-CBC + SHA-256.
-        * Any block cipher in CBC mode with keysize N and a hash algo with
-        * digest length 2*N would do. */
        gnutls_cipher_algorithm_t algo = GNUTLS_CIPHER_AES_256_CBC;
        gnutls_cipher_hd_t handle;
        gnutls_datum_t key, iv;
        gnutls_cipher_algorithm_t algo = GNUTLS_CIPHER_AES_256_CBC;
        gnutls_cipher_hd_t handle;
        gnutls_datum_t key, iv;