X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=gcrypt.c;h=705d0d87a86e0608e9856d9fa197cedb01b439dc;hb=3e16770594ee8267db0523ec733d0af794f277ff;hp=5c05ba20badce165aa1f1369136ab90e5d9b41d9;hpb=aa066efd962198bbeed8e5bcee57572f9e15455a;p=paraslash.git diff --git a/gcrypt.c b/gcrypt.c index 5c05ba20..705d0d87 100644 --- a/gcrypt.c +++ b/gcrypt.c @@ -70,6 +70,15 @@ void crypt_init(void) srandom(seed); } +void crypt_shutdown(void) +{ + /* + * WK does not see a way to apply a patch for the sake of Valgrind, so + * as of 2018 libgrypt has no deinitialization routine to free the + * resources on exit. + */ +} + /** S-expression for the public part of an RSA key. */ #define RSA_PUBKEY_SEXP "(public-key (rsa (n %m) (e %m)))" /** S-expression for a private RSA key. */