X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=crypt.h;h=85629591880ad03f2d2d010f194667be1db4c121;hp=9c09face115ab7f4b465cdb1504a754a61ffa673;hb=82a2ba5f555f69f5a6f14fd4a7f7eef8fd1f1fd9;hpb=aa066efd962198bbeed8e5bcee57572f9e15455a diff --git a/crypt.h b/crypt.h index 9c09face..85629591 100644 --- a/crypt.h +++ b/crypt.h @@ -89,6 +89,8 @@ void get_random_bytes_or_die(unsigned char *buf, int num); */ void crypt_init(void); +/** Allocate all resources of the crypto backend. */ +void crypt_shutdown(void); /** Opaque structure for stream ciphers. */ struct stream_cipher;