From 297e6f1917fb4ccdea177f482c630ec036516be4 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 4 Jun 2007 17:53:04 +0000 Subject: Avoid use of function pointer casts in pem library. Modify safestack to always use inline functions. --- Makefile.org | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile.org') diff --git a/Makefile.org b/Makefile.org index 5580832127..d473eb5688 100644 --- a/Makefile.org +++ b/Makefile.org @@ -421,9 +421,6 @@ errors: (cd engines; $(MAKE) PERL=$(PERL) errors) $(PERL) util/ck_errf.pl */*.c */*/*.c -stacks: - $(PERL) util/mkstack.pl -write - util/libeay.num:: $(PERL) util/mkdef.pl crypto update @@ -448,7 +445,7 @@ TABLE: Configure (echo 'Output of `Configure TABLE'"':"; \ $(PERL) Configure TABLE) > TABLE -update: errors stacks util/libeay.num util/ssleay.num crypto/objects/obj_dat.h crypto/objects/obj_xref.h apps/openssl-vms.cnf crypto/bn/bn_prime.h TABLE depend +update: errors util/libeay.num util/ssleay.num crypto/objects/obj_dat.h crypto/objects/obj_xref.h apps/openssl-vms.cnf crypto/bn/bn_prime.h TABLE depend # Build distribution tar-file. As the list of files returned by "find" is # pretty long, on several platforms a "too many arguments" error or similar -- cgit v1.2.3