From: Geoff Thorpe Date: Sat, 25 Aug 2001 17:28:23 +0000 (+0000) Subject: Changes crypto/evp/ and ssl/ code from directly incrementing reference X-Git-Tag: OpenSSL_0_9_6c~123^2~59 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=78435364ec450408b63acef65494dbe16a97792a;hp=78435364ec450408b63acef65494dbe16a97792a 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. ---