diff options
author | Werner Koch <[email protected]> | 2010-12-02 15:49:02 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-12-02 15:49:02 +0000 |
commit | fcb5f7d08f25a2ca962b1f9ad7dbb332cc241f38 (patch) | |
tree | 19982dc1f1c8a0c4a88ca4e06974d70fc47caad9 /common/util.h | |
parent | Describe new log facilities. (diff) | |
download | gnupg-fcb5f7d08f25a2ca962b1f9ad7dbb332cc241f38.tar.gz gnupg-fcb5f7d08f25a2ca962b1f9ad7dbb332cc241f38.zip |
s/AES/AES128/ in diagnostics and --list-config
Diffstat (limited to '')
-rw-r--r-- | common/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h index 10fac88f2..7c58b15c5 100644 --- a/common/util.h +++ b/common/util.h @@ -255,6 +255,9 @@ char *xasprintf (const char *fmt, ...) JNLIB_GCC_A_PRINTF(1,2); /* This is now an alias to estream_asprintf. */ char *xtryasprintf (const char *fmt, ...) JNLIB_GCC_A_PRINTF(1,2); +/* Replacement for gcry_cipher_algo_name. */ +const char *gnupg_cipher_algo_name (int algo); + const char *print_fname_stdout (const char *s); const char *print_fname_stdin (const char *s); void print_utf8_buffer2 (estream_t fp, const void *p, size_t n, int delim); |