diff options
author | 2018-07-10 16:58:15 +0000 | |
---|---|---|
committer | 2018-07-10 16:58:15 +0000 | |
commit | f125688768a0790da70cb8532617bfe622e85598 (patch) | |
tree | b09b84cb6837a29a5c74442702009688e3c202a9 | |
parent | Add simple regression tests for BN_{,u}{add,sub}(3). With input from jca (diff) | |
download | wireguard-openbsd-f125688768a0790da70cb8532617bfe622e85598.tar.xz wireguard-openbsd-f125688768a0790da70cb8532617bfe622e85598.zip |
+addsub
-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 |