* Migrate the engine code's Malloc + Free calls to the newer
authorGeoff Thorpe <geoff@openssl.org>
Fri, 9 Jun 2000 11:42:02 +0000 (11:42 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Fri, 9 Jun 2000 11:42:02 +0000 (11:42 +0000)
commit05d909c5498c85e54417ce8ad9bc60365d9cbbd7
tree348cf6714d327b65217f8a9a2902a33cf2dce3f7
parentd44c7dcf002c8ee3d99e3387024871eddaf2f646
* Migrate the engine code's Malloc + Free calls to the newer
  OPENSSL_malloc and OPENSSL_free.

* 3 "normal" files (crypto/rsa/rsa_lib.c, crypto/dsa/dsa_lib.c
  and crypto/dh/dh_lib.c) had their Malloc's and Free's missed
  when Richard merged the changes across to this branch -
  probably because those files have been changed in this branch
  and gave some grief to the merge - so I've changed them
  manually here.
crypto/dh/dh_lib.c
crypto/dsa/dsa_lib.c
crypto/engine/engine_list.c
crypto/rsa/rsa_lib.c