Fix DSO name on HP/UX
authorRichard Levitte <levitte@openssl.org>
Mon, 22 Feb 2016 13:33:38 +0000 (14:33 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 22 Feb 2016 15:12:00 +0000 (16:12 +0100)
commitd784bcffa3dcd7ac4a0c77bfac4e686dcb771bd9
tree01e770d0501395c8595b5cc59998c5c281d14ce0
parent45b71abe7034c8985e1f932d88b4b1239bb27371
Fix DSO name on HP/UX

If dlfcn is used, the name was set to lib$(LIBNAME).so when it should
have been just $(LIBNAME).so.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Makefile.shared