Removed cross-pollination during testing
parent
172cce3974
commit
398bda4051
|
|
@ -4,10 +4,6 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
|
||||||
extern PVOID SecureZeroMemory(_In_ PVOID, _In_ SIZE_T);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
NAMESPACE_BEGIN(CryptoPP)
|
NAMESPACE_BEGIN(CryptoPP)
|
||||||
|
|
||||||
template <class T> class simple_ptr
|
template <class T> class simple_ptr
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue