'flags' should only be set inside DSO_load() if constructing a new DSO
authorGeoff Thorpe <geoff@openssl.org>
Thu, 22 Nov 2001 08:48:09 +0000 (08:48 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Thu, 22 Nov 2001 08:48:09 +0000 (08:48 +0000)
commit9163b8fb238ece12091753c137db37b6489719bb
tree511dff750886c999fdc66643fc683b5316bcbe35
parenta542db90c61ad90707c1cb44b350bc3a14fc0975
'flags' should only be set inside DSO_load() if constructing a new DSO
object - otherwise we overwrite any flags that had been previously set in
the DSO before calling DSO_load().
crypto/dso/dso.h
crypto/dso/dso_lib.c