Changes crypto/evp/ and ssl/ code from directly incrementing reference
authorGeoff Thorpe <geoff@openssl.org>
Sat, 25 Aug 2001 17:28:23 +0000 (17:28 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Sat, 25 Aug 2001 17:28:23 +0000 (17:28 +0000)
commit78435364ec450408b63acef65494dbe16a97792a
treec54c94a381a26b4cb3d0cbfe324c874dfbe7c92e
parent5cbc2e8bc187058e2ec2f17f53c3429c16dbc0d8
Changes crypto/evp/ and ssl/ code from directly incrementing reference
counts in DH, DSA, and RSA structures. Instead they use the new "***_up()"
functions that handle this.
crypto/evp/p_lib.c
ssl/s3_srvr.c
ssl/ssl_cert.c
ssl/ssl_rsa.c