![]() |
MySQL 8.4.7
Source Code Documentation
|
#include <openssl/crypto.h>Go to the source code of this file.
Macros | |
| #define | my_cleanse(b, s) OPENSSL_cleanse(b, s) |
| Use when you want to "securely" clean up memory. More... | |
| #define my_cleanse | ( | b, | |
| s | |||
| ) | OPENSSL_cleanse(b, s) |
Use when you want to "securely" clean up memory.
| b | the data to clean |
| s | the size of the data to clean |