When compiling with AES_WRAP_TEST, make main() return a meaningful value
authormiod <miod@openbsd.org>
Tue, 22 Apr 2014 21:27:11 +0000 (21:27 +0000)
committermiod <miod@openbsd.org>
Tue, 22 Apr 2014 21:27:11 +0000 (21:27 +0000)
commit31a285ee9c85784ffefe282f3aa54f416527576e
treee1134643d9b535fddf7d8689a6da6f3fccb78119
parentf46a86e76161cda7aded89914c90fd8972ec8767
When compiling with AES_WRAP_TEST, make main() return a meaningful value
instead of garbage, and add this to the libcrypto regress. Note these tests
are incomplete, as they always use the default IV.
lib/libcrypto/aes/aes_wrap.c
lib/libssl/src/crypto/aes/aes_wrap.c
regress/lib/libcrypto/Makefile
regress/lib/libcrypto/aeswrap/Makefile [new file with mode: 0644]