Third argument to shl_load() is "long address", not a pointer.
authorLutz Jänicke <jaenicke@openssl.org>
Wed, 8 Jan 2003 08:26:59 +0000 (08:26 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Wed, 8 Jan 2003 08:26:59 +0000 (08:26 +0000)
commit3f1cbad2e7eb8f8c53dbabdfa28776a97e2e108f
treed7d72476d03b584f4a8117a10c3ba7082c24869a
parente78a0123055899e5b33fb97b3727574ab0e02d67
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