From 398bda4051fde811eada39cd73a6ae40a3898226 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 17 Jul 2015 10:05:56 -0400 Subject: Removed cross-pollination during testing --- smartptr.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'smartptr.h') 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 -#if defined(_MSC_VER) -extern PVOID SecureZeroMemory(_In_ PVOID, _In_ SIZE_T); -#endif - NAMESPACE_BEGIN(CryptoPP) template class simple_ptr -- cgit v1.2.1