From 864170286aac222b31d8946317bfc5eae5fe09a1 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Ulf=20M=C3=B6ller?= <ulf@openssl.org>
Date: Fri, 3 Nov 2000 16:35:31 +0000
Subject: [PATCH] Minor corrections (HPUX). From: Lutz Jaenicke
 <Lutz.Jaenicke@aet.TU-Cottbus.DE>

---
 crypto/engine/hw_nuron.c    | 2 ++
 crypto/objects/Makefile.ssl | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

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 <openssl/dso.h>
 #include "engine_int.h"
 #include <openssl/engine.h>
+#ifdef HAVE_DLFCN_H
 #include <dlfcn.h>
+#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
-- 
2.25.1