summaryrefslogtreecommitdiff
path: root/eprecomp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eprecomp.cpp')
-rw-r--r--eprecomp.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/eprecomp.cpp b/eprecomp.cpp
index f9878b9..a061cf6 100644
--- a/eprecomp.cpp
+++ b/eprecomp.cpp
@@ -1,6 +1,9 @@
// eprecomp.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
+
+#ifndef CRYPTOPP_IMPORTS
+
#include "eprecomp.h"
#include "asn.h"
@@ -105,3 +108,5 @@ template <class T> T
}
NAMESPACE_END
+
+#endif