summaryrefslogtreecommitdiff
path: root/cryptest.nmake
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-01-07 22:24:01 -0500
committerJeffrey Walton <noloader@gmail.com>2019-01-07 22:24:01 -0500
commit01b33b8c787a0a5344b9aa5c0f0b2b4f811a3552 (patch)
tree2761a32f9b95489c7a9f605bce121a6716ddd96e /cryptest.nmake
parentaa934f5bb5aa09f5914e56ca64885e6631e4c9e4 (diff)
downloadcryptopp-git-01b33b8c787a0a5344b9aa5c0f0b2b4f811a3552.tar.gz
Update comments
Diffstat (limited to 'cryptest.nmake')
-rw-r--r--cryptest.nmake6
1 files 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