diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-08-11 06:31:20 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-08-11 06:31:20 +0200 |
commit | 657afbb5d66e6a79dcd61184950489febfc98a33 (patch) | |
tree | 31865ae859cdd2bd3226bfd9d4e0341b69198e86 /src | |
parent | 17b9f39a86807a42c13a79c5e61062aaeaa8c471 (diff) |
leave it to GNUnet
Diffstat (limited to 'src')
-rw-r--r-- | src/util/os_installation.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/util/os_installation.c b/src/util/os_installation.c index 8fe39ad85..21e167963 100644 --- a/src/util/os_installation.c +++ b/src/util/os_installation.c @@ -60,14 +60,7 @@ TALER_project_data_default (void) void __attribute__ ((constructor)) TALER_OS_init () { - gcry_error_t rc; - GNUNET_OS_init (&taler_pd); - if ((rc = gcry_control (GCRYCTL_DISABLE_SECMEM, 1))) - FPRINTF (stderr, - "Failed to set libgcrypt option %s: %s\n", - "DISABLE_SECMEM", - gcry_strerror (rc)); } |