summaryrefslogtreecommitdiff
path: root/smartptr.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-07-17 10:05:56 -0400
committerJeffrey Walton <noloader@gmail.com>2015-07-17 10:05:56 -0400
commit398bda4051fde811eada39cd73a6ae40a3898226 (patch)
treee989dbc6e6223bd3c7660f8ee548b272e74c638a /smartptr.h
parent172cce397408252ad2153562a934ba4133e85fa9 (diff)
downloadcryptopp-git-398bda4051fde811eada39cd73a6ae40a3898226.tar.gz
Removed cross-pollination during testing
Diffstat (limited to 'smartptr.h')
-rw-r--r--smartptr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/smartptr.h b/smartptr.h
index 01c14fab..4945783b 100644
--- a/smartptr.h
+++ b/smartptr.h
@@ -4,10 +4,6 @@
#include "config.h"
#include <algorithm>
-#if defined(_MSC_VER)
-extern PVOID SecureZeroMemory(_In_ PVOID, _In_ SIZE_T);
-#endif
-
NAMESPACE_BEGIN(CryptoPP)
template <class T> class simple_ptr