summaryrefslogtreecommitdiff
path: root/dh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dh.cpp')
-rw-r--r--dh.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/dh.cpp b/dh.cpp
index fc818b7..22097a0 100644
--- a/dh.cpp
+++ b/dh.cpp
@@ -1,6 +1,9 @@
// dh.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
+
+#ifndef CRYPTOPP_IMPORTS
+
#include "dh.h"
NAMESPACE_BEGIN(CryptoPP)
@@ -12,3 +15,5 @@ void DH_TestInstantiations()
}
NAMESPACE_END
+
+#endif