Minor corrections (HPUX).

From: Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
This commit is contained in:
Ulf Möller 2000-11-03 16:35:31 +00:00
parent 02af65b347
commit 864170286a
2 changed files with 4 additions and 2 deletions

View 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

View 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