Fix typo in JSONCPP_USE_SECURE_MEMORY vs JSONCPP_USING_SECURE_MEMORY (#1567)

This commit is contained in:
Jacek Galowicz
2024-09-12 19:58:39 +02:00
committed by GitHub
parent 07e3d1b076
commit 8214f717e7
6 changed files with 9 additions and 9 deletions

View File

@@ -19,7 +19,7 @@
(JSONCPP_VERSION_PATCH << 8))
#if !defined(JSONCPP_USE_SECURE_MEMORY)
#define JSONCPP_USING_SECURE_MEMORY 0
#define JSONCPP_USE_SECURE_MEMORY 0
#endif
// If non-zero, the library zeroes any memory that it has allocated before
// it frees its memory.