aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib/utils/os_utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/utils/os_utils.cpp b/src/lib/utils/os_utils.cpp
index a8d23e214..833afecc6 100644
--- a/src/lib/utils/os_utils.cpp
+++ b/src/lib/utils/os_utils.cpp
@@ -211,7 +211,7 @@ size_t OS::get_memory_locking_limit()
/*
* Allow override via env variable
*/
- if(const char* env = ::getenv("BOTAN_MLOCK_POOL_SIZE"))
+ if(const char* env = std::getenv("BOTAN_MLOCK_POOL_SIZE"))
{
try
{