summaryrefslogtreecommitdiff
path: root/sql/encryption_keys.h
blob: 10907c1332afc149ab09612265acb18c8131d694 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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