diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2018-07-10 16:58:16 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2018-07-10 16:58:16 +0000 |
commit | 52df7ffd698eeb5bfd870e3e0461a3bfe39868bf (patch) | |
tree | 138b02181ca1f311b668fd08ca23859b07874d81 /regress | |
parent | 6cbfc422abe8aae1b41a43ea3c70ca58045a90a4 (diff) |
+addsub
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libcrypto/bn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/bn/Makefile b/regress/lib/libcrypto/bn/Makefile index 93c3962e126..f8b08d1fc06 100644 --- a/regress/lib/libcrypto/bn/Makefile +++ b/regress/lib/libcrypto/bn/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 2014/06/20 10:38:22 miod Exp $ +# $OpenBSD: Makefile,v 1.5 2018/07/10 16:58:15 tb Exp $ SUBDIR= \ + addsub \ general \ mont |