From 71b791a2ff679463d6ef915490232cfa037f02b2 Mon Sep 17 00:00:00 2001 From: miod <> Date: Tue, 22 Apr 2014 21:27:15 +0000 Subject: 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. --- src/regress/lib/libcrypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/regress/lib/libcrypto/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.3 2014/04/17 18:33:21 miod Exp $ +# $OpenBSD: Makefile,v 1.4 2014/04/22 21:27:13 miod Exp $ SUBDIR= \ + aeswrap \ bf \ bn \ cast \ -- cgit v1.2.3-55-g6feb