diff options
Diffstat (limited to 'g10/misc.c')
| -rw-r--r-- | g10/misc.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/g10/misc.c b/g10/misc.c index 43be620e6..58932ed7b 100644 --- a/g10/misc.c +++ b/g10/misc.c @@ -1231,7 +1231,10 @@ obsolete_scdaemon_option (const char *configname, unsigned int configlineno, /* * Wrapper around gcry_cipher_map_name to provide a fallback using the - * "Sn" syntax as used by the preference strings. + * "Sn" syntax as used by the preference strings. Note that only the + * second syntax does a check on the actual availibily of the + * algorithm. That might make a difference in case Libgcrypt is + * running in FIPS mode. */ int string_to_cipher_algo (const char *string) |
