summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2018-07-10 16:58:15 +0000
committertb <>2018-07-10 16:58:15 +0000
commit5ef8e035746471f73b6285d8ecf63fde2a6b7e6e (patch)
tree8414283af2bcd8c1a1348d213b7db4a7307e40bb /src
parentd2d7b6d676d20469f351583020067019315dfa84 (diff)
downloadopenbsd-5ef8e035746471f73b6285d8ecf63fde2a6b7e6e.tar.gz
openbsd-5ef8e035746471f73b6285d8ecf63fde2a6b7e6e.tar.bz2
openbsd-5ef8e035746471f73b6285d8ecf63fde2a6b7e6e.zip
+addsub
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/bn/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/bn/Makefile b/src/regress/lib/libcrypto/bn/Makefile
index 93c3962e12..f8b08d1fc0 100644
--- a/src/regress/lib/libcrypto/bn/Makefile
+++ b/src/regress/lib/libcrypto/bn/Makefile
@@ -1,6 +1,7 @@
1# $OpenBSD: Makefile,v 1.4 2014/06/20 10:38:22 miod Exp $ 1# $OpenBSD: Makefile,v 1.5 2018/07/10 16:58:15 tb Exp $
2 2
3SUBDIR= \ 3SUBDIR= \
4 addsub \
4 general \ 5 general \
5 mont 6 mont
6 7