summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorjsing <>2014-06-22 14:30:52 +0000
committerjsing <>2014-06-22 14:30:52 +0000
commitfc342088a9e9234b5e22294af9d7a3b490705097 (patch)
tree2c9edbbbc900ed48351ad4bd3156f414bde51e0a /src/regress/lib/libcrypto/Makefile
parent8f1d42a3982df1db0e527c3b64d5d055d78c92ca (diff)
downloadopenbsd-fc342088a9e9234b5e22294af9d7a3b490705097.tar.gz
openbsd-fc342088a9e9234b5e22294af9d7a3b490705097.tar.bz2
openbsd-fc342088a9e9234b5e22294af9d7a3b490705097.zip
Add a skeleton regress for crypto/bio, which currently only covers
BIO_get_port() and fails since the current code believes that "-1" is a valid port.
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 d9bd92f637..19cb9ab4ad 100644
--- a/src/regress/lib/libcrypto/Makefile
+++ b/src/regress/lib/libcrypto/Makefile
@@ -1,10 +1,11 @@
1# $OpenBSD: Makefile,v 1.13 2014/06/22 14:28:07 jsing Exp $ 1# $OpenBSD: Makefile,v 1.14 2014/06/22 14:30:52 jsing Exp $
2 2
3SUBDIR= \ 3SUBDIR= \
4 aead \ 4 aead \
5 aeswrap \ 5 aeswrap \
6 base64 \ 6 base64 \
7 bf \ 7 bf \
8 bio \
8 bn \ 9 bn \
9 cast \ 10 cast \
10 chacha \ 11 chacha \