summaryrefslogtreecommitdiff
path: root/skipjack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'skipjack.cpp')
-rw-r--r--skipjack.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/skipjack.cpp b/skipjack.cpp
index 10c53c99..0fb472d1 100644
--- a/skipjack.cpp
+++ b/skipjack.cpp
@@ -2,6 +2,9 @@
// which is public domain according to his web site.
#include "pch.h"
+
+#ifndef CRYPTOPP_IMPORTS
+
#include "skipjack.h"
/*
@@ -195,3 +198,5 @@ void SKIPJACK::Dec::ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock
}
NAMESPACE_END
+
+#endif