mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-22 23:42:24 +00:00
Update oaes_config.h
1. Disabled OAES_DEBUG flag
This commit is contained in:
parent
dda8b3432b
commit
e41c808d8d
1 changed files with 3 additions and 3 deletions
|
@ -39,9 +39,9 @@ extern "C" {
|
||||||
//#define OAES_HAVE_ISAAC 1
|
//#define OAES_HAVE_ISAAC 1
|
||||||
//#endif // OAES_HAVE_ISAAC
|
//#endif // OAES_HAVE_ISAAC
|
||||||
|
|
||||||
#ifndef OAES_DEBUG
|
//#ifndef OAES_DEBUG
|
||||||
#define OAES_DEBUG 0
|
//#define OAES_DEBUG 0
|
||||||
#endif // OAES_DEBUG
|
//#endif // OAES_DEBUG
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue