Minor corrections (HPUX).
authorUlf Möller <ulf@openssl.org>
Fri, 3 Nov 2000 16:35:31 +0000 (16:35 +0000)
committerUlf Möller <ulf@openssl.org>
Fri, 3 Nov 2000 16:35:31 +0000 (16:35 +0000)
From: Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>

crypto/engine/hw_nuron.c
crypto/objects/Makefile.ssl

index d8a3e3f1fa7174356c63d27f1fe692f3e988230a..6638567202122dae879a5feecd2d226e678e4fba 100644 (file)
@@ -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
index 7b01d4b085098c5e4056438c3bb99c5124927a9a..55635aef12804cd17053bde5ed6e01598b577f1c 100644 (file)
@@ -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