diff --git a/crypto/engine/hw_nuron.c b/crypto/engine/hw_nuron.c index d8a3e3f1fa7174356c63d27f1fe692f3e988230a..6638567202122dae879a5feecd2d226e678e4fba 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 7b01d4b085098c5e4056438c3bb99c5124927a9a..55635aef12804cd17053bde5ed6e01598b577f1c 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