CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/09 05:43:01
Modified files:
regress/lib/libcrypto/gcm128: Makefile gcm128test.c
Log message:
Rewrite gcm128test as a table-driven regress instead of using defines.
This avoids compiler warnings for always true/false conditionals and makes
the code readable. Also avoid pulling in modes_lcl.h, which should not be
used outside the library.
