Bodo Möller 5ba372b17c Get rid of hazardous EVP_DigestInit_dbg/EVP_DigestInit case
distinction (which does not work well because if CRYPTO_MDEBUG is
defined at library compile time, it is not necessarily defined at
application compile time; and memory debugging now can be reconfigured
at run-time anyway).  To get the intended semantics, we could just use
the EVP_DigestInit_dbg unconditionally (which uses the caller's
__FILE__ and __LINE__ for memory leak debugging), but this would make
memory debugging inconsistent.  Instead, callers can use
CRYPTO_push_info() to track down memory leaks.

Also fix indentation, and add OpenSSL copyright.
2001-09-10 14:59:17 +00:00
..
1999-04-29 16:04:54 +00:00
2001-08-18 16:04:36 +00:00
2000-02-22 18:45:11 +00:00
2001-09-07 12:03:24 +00:00
2001-08-26 17:09:31 +00:00
2001-09-07 12:03:24 +00:00
2001-09-07 12:03:24 +00:00
2001-09-07 12:03:24 +00:00
2001-09-07 12:03:24 +00:00
2001-09-07 12:03:24 +00:00
2001-09-07 12:03:24 +00:00
2001-09-07 12:03:24 +00:00
2001-09-07 12:03:24 +00:00
2001-09-07 12:03:24 +00:00
2001-09-07 12:03:24 +00:00
2001-09-07 12:03:24 +00:00
2001-09-05 17:02:35 +00:00