]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - crypt.h
Merge branch 'refs/heads/t/openssl-header-check'
[paraslash.git] / crypt.h
diff --git a/crypt.h b/crypt.h
index 9c09face115ab7f4b465cdb1504a754a61ffa673..85629591880ad03f2d2d010f194667be1db4c121 100644 (file)
--- 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;