summaryrefslogtreecommitdiff
path: root/gfpcrypt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gfpcrypt.cpp')
-rw-r--r--gfpcrypt.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/gfpcrypt.cpp b/gfpcrypt.cpp
index c27a967..eae4f0d 100644
--- a/gfpcrypt.cpp
+++ b/gfpcrypt.cpp
@@ -1,6 +1,9 @@
// dsa.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
+
+#ifndef CRYPTOPP_IMPORTS
+
#include "gfpcrypt.h"
#include "asn.h"
#include "oids.h"
@@ -265,3 +268,5 @@ unsigned int DL_GroupParameters_IntegerBased::GetDefaultSubgroupOrderSize(unsign
}
NAMESPACE_END
+
+#endif