diff options
Diffstat (limited to 'cipher/pubkey.c')
-rw-r--r-- | cipher/pubkey.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher/pubkey.c b/cipher/pubkey.c index 2ca8dd854..58ba00007 100644 --- a/cipher/pubkey.c +++ b/cipher/pubkey.c @@ -170,6 +170,7 @@ load_pubkey_modules() if( !initialized ) { + cipher_modules_constructor(); setup_pubkey_table(); initialized = 1; return 1; |