commit | 5cbc2e8bc187058e2ec2f17f53c3429c16dbc0d8 | [log] [tgz] |
---|---|---|
author | Geoff Thorpe <geoff@openssl.org> | Sat Aug 25 17:24:21 2001 +0000 |
committer | Geoff Thorpe <geoff@openssl.org> | Sat Aug 25 17:24:21 2001 +0000 |
tree | 0a50486525b7a160cf7bc1cbccdb9fe76d295aaa | |
parent | e7cf7fcd216e8680200b3e3f9feb112f8c5952f3 [diff] |
Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise, dependant code has to directly increment the "references" value of each such structure using the corresponding lock. Apart from code duplication, this provided no "REF_CHECK/REF_PRINT" checking and violated encapsulation.