summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2014-04-22 21:27:16 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2014-04-22 21:27:16 +0000
commit2ca909d82d5f7d7120ab76d5ba3a549e0e2ea6bc (patch)
tree2bc46547e754597bedaa4d982800005e6f4f219f /regress/lib/libcrypto/Makefile
parent087efb08f8c0869c06cb4898ee5b1c59aa727f38 (diff)
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 'regress/lib/libcrypto/Makefile')
-rw-r--r--regress/lib/libcrypto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/Makefile b/regress/lib/libcrypto/Makefile
index 46e867b81da..df9e45f96a8 100644
--- a/regress/lib/libcrypto/Makefile
+++ b/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 \