diff options
author | tb <> | 2022-12-01 21:21:51 +0000 |
---|---|---|
committer | tb <> | 2022-12-01 21:21:51 +0000 |
commit | 71fd38306a8cf41970029e506e8a2793c010e3ed (patch) | |
tree | 009dac1a4addacaf9a4e4fab38ce60cb3db8f131 /src/regress/lib/libcrypto/exp/Makefile | |
parent | 32cbc4bb80ffd13ea1df93bf4cd22a4ff2bb7ca8 (diff) | |
download | openbsd-71fd38306a8cf41970029e506e8a2793c010e3ed.tar.gz openbsd-71fd38306a8cf41970029e506e8a2793c010e3ed.tar.bz2 openbsd-71fd38306a8cf41970029e506e8a2793c010e3ed.zip |
regress/libcrypto: merge exp/ into bn/
Move exp/exptest.c to bn/bn_mod_exp.c. This is a BN test that mostly tests
a variety of BN_mod_exp*() API behavior and correctness.
Commit stolen from jsing
Diffstat (limited to '')
-rw-r--r-- | src/regress/lib/libcrypto/exp/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/regress/lib/libcrypto/exp/Makefile b/src/regress/lib/libcrypto/exp/Makefile deleted file mode 100644 index 890b38e9fe..0000000000 --- a/src/regress/lib/libcrypto/exp/Makefile +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | # $OpenBSD: Makefile,v 1.4 2017/01/21 09:38:58 beck Exp $ | ||
2 | |||
3 | PROG= exptest | ||
4 | LDADD= ${CRYPTO_INT} | ||
5 | DPADD= ${LIBCRYPTO} | ||
6 | WARNINGS= Yes | ||
7 | CFLAGS+= -Werror | ||
8 | |||
9 | .include <bsd.regress.mk> | ||