diff options
Diffstat (limited to 'cipher/dynload.h')
-rw-r--r-- | cipher/dynload.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cipher/dynload.h b/cipher/dynload.h index f22f5f3ee..792531cf0 100644 --- a/cipher/dynload.h +++ b/cipher/dynload.h @@ -20,6 +20,8 @@ #ifndef G10_CIPHER_DYNLOAD_H #define G10_CIPHER_DYNLOAD_H +#include "mpi.h" + void register_internal_cipher_extension( const char *module_id, void * (*enumfunc)(int, int*, int*, int*) ); @@ -60,4 +62,7 @@ void (*dynload_getfnc_fast_random_poll(void) )( void (*)(const void*, size_t, int), int ); +/** This function is in construct.c **/ +void cipher_modules_constructor(void); + #endif /*G10_CIPHER_DYNLOAD_H*/ |