aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-09-30 15:28:38 +0000
committerWerner Koch <[email protected]>2009-09-30 15:28:38 +0000
commit27c1b4bef84dcb3a77147887817f228ced8c1b31 (patch)
tree27817fb6ac1ae22d6bba472de9f55e998534c3df /sm/gpgsm.c
parentRename encode.c to encrypt.c. (diff)
downloadgnupg-27c1b4bef84dcb3a77147887817f228ced8c1b31.tar.gz
gnupg-27c1b4bef84dcb3a77147887817f228ced8c1b31.zip
Some changes to suport g13.
Diffstat (limited to '')
-rw-r--r--sm/gpgsm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c
index d2f813574..17cc78b38 100644
--- a/sm/gpgsm.c
+++ b/sm/gpgsm.c
@@ -862,9 +862,6 @@ main ( int argc, char **argv)
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
- threading. */
- gcry_control (GCRYCTL_DISABLE_INTERNAL_LOCKING);
/* Please note that we may running SUID(ROOT), so be very CAREFUL
when adding any stuff between here and the call to secmem_init()