Test the division functions.
[openssl.git] / crypto / bn / Makefile.ssl
index 3b7b29827c42ad70d34240c1385745bdc5fe33b0..cc72ac91110a7580faa4ff28f3360a42930c107f 100644 (file)
@@ -65,6 +65,8 @@ knuth: bn_knuth.c
 knuth.fast: bn_knuth.c
        cc -pg -fast -I.. -I../../include bn_knuth.c -o knuth $(LIB) #../../../libefence.a
 
+divtest: divtest.c
+       cc -I../../include divtest.c -o divtest ../../libcrypto.a
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)