Commit 86417028 authored by Ulf Möller's avatar Ulf Möller
Browse files

Minor corrections (HPUX).

From: Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
parent 02af65b3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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