From f278895908e663a6a5a2c1f63e5523c5004f5d20 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 4 Jul 2003 00:17:37 +0000 Subject: create DLL version, fix GetNextIV() bug in CTR and OFB modes --- hex.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hex.cpp') diff --git a/hex.cpp b/hex.cpp index fb653794..5ac6e8cf 100644 --- a/hex.cpp +++ b/hex.cpp @@ -1,6 +1,9 @@ // hex.cpp - written and placed in the public domain by Wei Dai #include "pch.h" + +#ifndef CRYPTOPP_IMPORTS + #include "hex.h" NAMESPACE_BEGIN(CryptoPP) @@ -30,3 +33,5 @@ const int *HexDecoder::GetDecodingLookupArray() } NAMESPACE_END + +#endif -- cgit v1.2.1