diff options
author | Werner Koch <[email protected]> | 2008-04-18 09:20:25 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-04-18 09:20:25 +0000 |
commit | 4896f5f47c1a58a4ee81c1ce1ef879fd3156bbe7 (patch) | |
tree | fb2741341342ef10c52ef1f345eef45eda8defe0 /g10/main.h | |
parent | Test commit (diff) | |
download | gnupg-4896f5f47c1a58a4ee81c1ce1ef879fd3156bbe7.tar.gz gnupg-4896f5f47c1a58a4ee81c1ce1ef879fd3156bbe7.zip |
Adjust for the changed Camellia draft.
W32 gettext changes.
Comment and typo fixes.
Diffstat (limited to 'g10/main.h')
-rw-r--r-- | g10/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/main.h b/g10/main.h index bf3df6417..179c06757 100644 --- a/g10/main.h +++ b/g10/main.h @@ -82,6 +82,7 @@ u16 checksum( byte *p, unsigned n ); u16 checksum_mpi( gcry_mpi_t a ); u32 buffer_to_u32( const byte *buffer ); const byte *get_session_marker( size_t *rlen ); +int openpgp_cipher_blocklen (int algo); int openpgp_cipher_test_algo( int algo ); const char *openpgp_cipher_algo_name (int algo); int openpgp_pk_test_algo( int algo ); |