diff options
Diffstat (limited to 'include/cipher.h')
-rw-r--r-- | include/cipher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cipher.h b/include/cipher.h index dce7262c6..38050efa5 100644 --- a/include/cipher.h +++ b/include/cipher.h @@ -97,7 +97,7 @@ int g10c_debug_mode; int g10_opt_verbose; /*-- dynload.c --*/ -void register_cipher_extension( const char *fname ); +void register_cipher_extension( const char *mainpgm, const char *fname ); /*-- md.c --*/ int string_to_digest_algo( const char *string ); |