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
commit45efa8a831d19b16657b81e767cbfd38f9c421dd (patch)
tree8414283af2bcd8c1a1348d213b7db4a7307e40bb /src
parent1b522cc7682593966aa715ff16927f76050ca6b6 (diff)
downloadopenbsd-45efa8a831d19b16657b81e767cbfd38f9c421dd.tar.gz
openbsd-45efa8a831d19b16657b81e767cbfd38f9c421dd.tar.bz2
openbsd-45efa8a831d19b16657b81e767cbfd38f9c421dd.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