summaryrefslogtreecommitdiffstats
path: root/crypto/bn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bn/Makefile')
-rw-r--r--crypto/bn/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile
index 1d72ce6849..e2fd6445b4 100644
--- a/crypto/bn/Makefile
+++ b/crypto/bn/Makefile
@@ -163,10 +163,6 @@ install:
chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
done;
-exptest:
- rm -f exptest
- gcc -I../../include -g2 -ggdb -o exptest exptest.c ../../libcrypto.a
-
div:
rm -f a.out
gcc -I.. -g div.c ../../libcrypto.a