ticket29108 354 B

12345
  1. o Code simplification and refactoring:
  2. - Split crypto_digest.c into three parts: 1) general code that does not
  3. depend on either NSS or OpenSSL (stays in crypto_digest.c); 2) code that
  4. depends on NSS API (moved to crypto_digest_nss.c); 3) code that depends
  5. on OpenSSL API (moved to crypto_digest_openssl.c). Resolves ticket 29108.