Third argument to shl_load() is "long address", not a pointer.
authorLutz Jänicke <jaenicke@openssl.org>
Wed, 8 Jan 2003 08:27:50 +0000 (08:27 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Wed, 8 Jan 2003 08:27:50 +0000 (08:27 +0000)
commit4309c4ad46fb40cd37db5003689b80b115be2c27
tree8a2c79b6bca8d4da5ff27eac8df46cd50c8be7d9
parent4ebb5293fc7ae1fbb7c5cd8bbe114049bcd8685e
Third argument to shl_load() is "long address", not a pointer.
(Didn't influence functionality, as on HP-UX 32bit the NULL pointer
is a 32bit 0-value and thus is identical to the required 0L.)

PR: 443
crypto/dso/dso_dl.c