From 01b33b8c787a0a5344b9aa5c0f0b2b4f811a3552 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 7 Jan 2019 22:24:01 -0500 Subject: [PATCH] Update comments --- cryptest.nmake | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cryptest.nmake b/cryptest.nmake index ace35289..e19ae20a 100644 --- a/cryptest.nmake +++ b/cryptest.nmake @@ -19,8 +19,10 @@ # additional benefit of using DebugBreak(), and the program does not crash # while you are debugging it like would happen with Posix assert(). -# There is mention of cryptopp.dll and CRYPTOPP_IMPORTS below. They are for -# for testing. Attempting to produce a working DLL on Windows fails. +# There is mention of cryptopp.dll, CRYPTOPP_IMPORTS and CRYPTOPP_EXPORTS +# below. They are for testing only. Attempting to produce a working DLL on +# Windows fails. Too many missing symbols because cryptest.exe exercises +# about 80% of the library, but CRYPTOPP_DLL is only used for FIPS algos. # The list of LIB_SRCS and TEST_SRCS was generated under Linux with # "make sources | fold -w74 -s". The list of LIB_OBJS and TEST_OBJS was