summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/exp/Makefile
diff options
context:
space:
mode:
authortb <>2022-12-01 21:21:51 +0000
committertb <>2022-12-01 21:21:51 +0000
commit71fd38306a8cf41970029e506e8a2793c010e3ed (patch)
tree009dac1a4addacaf9a4e4fab38ce60cb3db8f131 /src/regress/lib/libcrypto/exp/Makefile
parent32cbc4bb80ffd13ea1df93bf4cd22a4ff2bb7ca8 (diff)
downloadopenbsd-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/Makefile9
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
3PROG= exptest
4LDADD= ${CRYPTO_INT}
5DPADD= ${LIBCRYPTO}
6WARNINGS= Yes
7CFLAGS+= -Werror
8
9.include <bsd.regress.mk>