Backfit a bugfix from 0.9.7-dev to 0.9.6-stable. init() and finish()
authorGeoff Thorpe <geoff@openssl.org>
Sat, 24 Feb 2001 17:32:34 +0000 (17:32 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Sat, 24 Feb 2001 17:32:34 +0000 (17:32 +0000)
commit4910cbf6db87708f21fec541192776b42c7480c2
tree149c62c436dba553d3f37485930ed7342328cf79
parent75090e0365d6d441d5ea8495c2afc6c83d5eb886
Backfit a bugfix from 0.9.7-dev to 0.9.6-stable. init() and finish()
handlers were previously getting called before (and after, respectively)
the "ex_data" structures - this meant init() had very little that it
could initialise, and finish() had very little it could cleanup.
CHANGES
crypto/dh/dh_lib.c
crypto/dsa/dsa_lib.c
crypto/rsa/rsa_lib.c