diff options
Diffstat (limited to 'g10/gpg.c')
-rw-r--r-- | g10/gpg.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1771,7 +1771,8 @@ main (int argc, char **argv ) when adding any stuff between here and the call to secmem_init() somewhere after the option parsing. */ reopen_std (); - trap_unaligned(); + trap_unaligned (); + gnupg_rl_initialize (); set_strusage (my_strusage); gcry_control (GCRYCTL_SUSPEND_SECMEM_WARN); /* We don't need any locking in libgcrypt unless we use any kind of |