summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authormiod <>2014-04-22 21:27:15 +0000
committermiod <>2014-04-22 21:27:15 +0000
commit4e5c7a92843baa574477161a6a1b2df108ba3cde (patch)
tree7f01145a77987f3aea2deaa91990a805eb4bb794 /src/regress/lib/libcrypto/Makefile
parente22e908b0314c8680bfa1ce27f4d5ddb881238c5 (diff)
downloadopenbsd-4e5c7a92843baa574477161a6a1b2df108ba3cde.tar.gz
openbsd-4e5c7a92843baa574477161a6a1b2df108ba3cde.tar.bz2
openbsd-4e5c7a92843baa574477161a6a1b2df108ba3cde.zip
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.
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
-rw-r--r--src/regress/lib/libcrypto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile
index 46e867b81d..df9e45f96a 100644
--- a/src/regress/lib/libcrypto/Makefile
+++ b/src/regress/lib/libcrypto/Makefile
@@ -1,6 +1,7 @@
1# $OpenBSD: Makefile,v 1.3 2014/04/17 18:33:21 miod Exp $ 1# $OpenBSD: Makefile,v 1.4 2014/04/22 21:27:13 miod Exp $
2 2
3SUBDIR= \ 3SUBDIR= \
4 aeswrap \
4 bf \ 5 bf \
5 bn \ 6 bn \
6 cast \ 7 cast \