diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/ouroboros/crypt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ouroboros/crypt.h b/include/ouroboros/crypt.h index 806d39ab..c0b001d1 100644 --- a/include/ouroboros/crypt.h +++ b/include/ouroboros/crypt.h @@ -358,6 +358,8 @@ int crypt_check_crt_name(void * crt, int crypt_get_crt_name(void * crt, char * name); +void crypt_cleanup(void); + /* Secure memory allocation for sensitive data (keys, secrets) */ int crypt_secure_malloc_init(size_t max); |
