MySQL 8.4.0
Source Code Documentation
my_cleanse.h File Reference
#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...
 

Macro Definition Documentation

◆ my_cleanse

#define my_cleanse (   b,
 
)    OPENSSL_cleanse(b, s)

Use when you want to "securely" clean up memory.

Parameters
bthe data to clean
sthe size of the data to clean
Note
Always put first in the file