diff options
author | Werner Koch <[email protected]> | 1998-10-16 16:00:17 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-10-16 16:00:17 +0000 |
commit | e81e0970f7ab6c815f3396168d47fc6ab57fdf30 (patch) | |
tree | 175aa8c360560b30cf500a91eb72b34e16bdedc4 /include/cipher.h | |
parent | backup (diff) | |
download | gnupg-e81e0970f7ab6c815f3396168d47fc6ab57fdf30.tar.gz gnupg-e81e0970f7ab6c815f3396168d47fc6ab57fdf30.zip |
last local commit
Diffstat (limited to '')
-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 ); |