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>
Loading
Please sign in to comment
URGENT! Gitlab maintenance operation scheduled for tomorrow 6th March at 9 a.m. (CEST). GitLab will be unavailable during a few minutes.
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>