mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
11 lines
257 B
C
11 lines
257 B
C
#ifndef SQL_CRYPTOKEY_INCLUDED
|
|
#define SQL_CRYPTOKEY_INCLUDED
|
|
|
|
#include "my_global.h"
|
|
|
|
#ifndef DBUG_OFF
|
|
extern my_bool debug_use_static_encryption_keys;
|
|
extern uint opt_debug_encryption_key_version;
|
|
#endif /* DBUG_OFF */
|
|
|
|
#endif // SQL_CRYPTOKEY_INCLUDED
|