Public bug reported: Binary package hint: libgcrypt11-doc
The Libgcrypt reference manual contained in [EMAIL PROTECTED]:~$ dpkg -l libgcrypt11-doc Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++-==============-==============-============================================ ii libgcrypt11-do 1.2.2-2 LGPL Crypto library - documentation Contains a file /usr/share/doc/libgcrypt11-doc/gcrypt.ps in this file on page 17 it contains an enumeration of multiple algorithms. Somehwere in that list you see <quote> GCRY_CIPHER_AES192 GCRY_CIPHER_RIJNDAEL128 AES (Rijndael) with a 192 bit key </quote> It is clear that this last entry should read 'GCRY_CIPHER_RIJNDAEL192' as the header file shows: [EMAIL PROTECTED]:/usr/include$ cat gcrypt.h | grep RIJNDAEL #define GCRY_CIPHER_RIJNDAEL GCRY_CIPHER_AES #define GCRY_CIPHER_RIJNDAEL128 GCRY_CIPHER_AES128 #define GCRY_CIPHER_RIJNDAEL192 GCRY_CIPHER_AES192 #define GCRY_CIPHER_RIJNDAEL256 GCRY_CIPHER_AES256 ** Affects: libgcrypt11 (Ubuntu) Importance: Undecided Status: Unconfirmed -- Error in documentation https://launchpad.net/bugs/72024 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs