EVP_DigestInit (3) has a typo, as seen online here:
http://www.openssl.org/docs/crypto/EVP_DigestInit.html

It reads:
EVP_MD_CTX_init() initializes digest contet ctx.

EVP_MD_CTX_create() allocates, initializes and returns a digest contet.

The spell-checker reveals the typo "contet" which should be "context".

Greets,
  Bram

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to