Hi!
I have just (successfully) tried to build openssl with shared libraries
for HP-UX 10.20 using the new build-shared options.
Two small corrections (not related to shared libs :-) were necessary.
Best regards,
Lutz
--
Lutz Jaenicke [EMAIL PROTECTED]
BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 355 69-4153
diff -r -u openssl-SNAP-20001102-vanilla/crypto/engine/hw_nuron.c
openssl-SNAP-20001102/crypto/engine/hw_nuron.c
--- openssl-SNAP-20001102-vanilla/crypto/engine/hw_nuron.c Thu Oct 26 23:06:32
2000
+++ openssl-SNAP-20001102/crypto/engine/hw_nuron.c Fri Nov 3 15:05:57 2000
@@ -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 -r -u openssl-SNAP-20001102-vanilla/crypto/objects/Makefile.ssl
openssl-SNAP-20001102/crypto/objects/Makefile.ssl
--- openssl-SNAP-20001102-vanilla/crypto/objects/Makefile.ssl Sat Oct 14 23:00:27
2000
+++ openssl-SNAP-20001102/crypto/objects/Makefile.ssl Fri Nov 3 15:09:24 2000
@@ -44,10 +44,10 @@
@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