From: Ulf Möller Date: Fri, 3 Nov 2000 16:35:31 +0000 (+0000) Subject: Minor corrections (HPUX). X-Git-Tag: rsaref~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=864170286aac222b31d8946317bfc5eae5fe09a1;p=openssl Minor corrections (HPUX). From: Lutz Jaenicke --- diff --git a/crypto/engine/hw_nuron.c b/crypto/engine/hw_nuron.c index d8a3e3f1fa..6638567202 100644 --- a/crypto/engine/hw_nuron.c +++ b/crypto/engine/hw_nuron.c @@ -62,7 +62,9 @@ #include #include "engine_int.h" #include +#ifdef HAVE_DLFCN_H #include +#endif #ifndef NO_HW diff --git a/crypto/objects/Makefile.ssl b/crypto/objects/Makefile.ssl index 7b01d4b085..55635aef12 100644 --- a/crypto/objects/Makefile.ssl +++ b/crypto/objects/Makefile.ssl @@ -44,10 +44,10 @@ lib: $(LIBOBJ) @touch lib obj_dat.h: objects.h objects.txt obj_mac.h - perl obj_dat.pl obj_mac.h obj_dat.h + $(PERL) obj_dat.pl obj_mac.h obj_dat.h obj_mac.h: objects.txt obj_mac.num - perl objects.pl objects.txt obj_mac.num obj_mac.h + $(PERL) objects.pl objects.txt obj_mac.num obj_mac.h files: $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO