summaryrefslogtreecommitdiff
path: root/dsa.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dsa.cpp')
-rw-r--r--dsa.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/dsa.cpp b/dsa.cpp
index 4bdbae61..c7e3da18 100644
--- a/dsa.cpp
+++ b/dsa.cpp
@@ -1,6 +1,9 @@
// dsa.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
+
+#ifndef CRYPTOPP_IMPORTS
+
#include "dsa.h"
#include "nbtheory.h"
@@ -112,3 +115,5 @@ bool DSA::GeneratePrimes(const byte *seedIn, unsigned int g, int &counter,
}
NAMESPACE_END
+
+#endif