Deprecate EVP_cleanup() and make it a no-op
[openssl.git] / doc / crypto / EVP_DigestInit.pod
index 94c4d19d29579992208ea78482588277ef58f913..7ce569540f931523c0f288f319de700d5c3cd78a 100644 (file)
@@ -236,8 +236,6 @@ digest name passed on the command line.
        printf("%02x", md_value[i]);
  printf("\n");
 
- /* Call this once before exit. */
- EVP_cleanup();
  exit(0);
  }