summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/aeswrap/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Include -DLIBRESSL_INTERNAL in regress makefiles.jsing2014-07-081-2/+2
| | | | ok miod@
* Build these tests with WARNINGS=Yes and -Werror, and do the necessarymiod2014-06-011-1/+3
| | | | fixes to keep building.
* Move the AES wrap test code into regress.jsing2014-05-301-6/+1
|
* When compiling with AES_WRAP_TEST, make main() return a meaningful valuemiod2014-04-221-0/+12
instead of garbage, and add this to the libcrypto regress. Note these tests are incomplete, as they always use the default IV.