diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-05-17 16:46:16 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-05-17 16:46:16 +0200 |
commit | 25e530f37a09dd154d09e468cc724252524da6c6 (patch) | |
tree | 52c459448129749bcd3cfbfa51f156122e893767 /src/util | |
parent | 9eac126e528b27551dcc689e0d38fe3965ea8314 (diff) |
add test for varsize pq operation
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/crypto.c b/src/util/crypto.c index 8cd08af63..abc9fc5f8 100644 --- a/src/util/crypto.c +++ b/src/util/crypto.c @@ -49,7 +49,7 @@ fatal_error_handler (void *cls, /** * Initialize libgcrypt. */ -void +void __attribute__ ((constructor)) TALER_gcrypt_init () { gcry_set_fatalerror_handler (&fatal_error_handler, |