DSO_load() should also work when it is passed a NULL - a new DSO is created
authorGeoff Thorpe <geoff@openssl.org>
Mon, 30 Oct 2000 18:47:27 +0000 (18:47 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Mon, 30 Oct 2000 18:47:27 +0000 (18:47 +0000)
commit7d09713d09f41778c92913d57a877a4eb1aebbfc
treefbcadffbff51db57e8edb85bb1e1cdc5144064dc
parent3aba98e787b11b3e20709c00bf40b08ad1effd49
DSO_load() should also work when it is passed a NULL - a new DSO is created
automatically, however some code was still referring to the original
pointer rather than the internal one (and thus to NULL instead of the
created pointer).
crypto/dso/dso_lib.c