]> git.ipfire.org Git - thirdparty/openssl.git/commit
Make EVP_SealInit() and EVP_OpenInit() check EVP_EncryptInit() and
authorDr. Stephen Henson <steve@openssl.org>
Sun, 11 Jun 2000 12:27:58 +0000 (12:27 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 11 Jun 2000 12:27:58 +0000 (12:27 +0000)
commitfd75eb50c0460f13dc58d6884c14e4010478953f
treeff96b6a573995160cfba0bba07a474a274897b67
parenta91dedca48ec58e6baab75839753121fb725c9e1
Make EVP_SealInit() and EVP_OpenInit() check EVP_EncryptInit() and
EVP_DecryptInit() return values.

Update docs.
crypto/evp/p_open.c
crypto/evp/p_seal.c
doc/crypto/EVP_OpenInit.pod
doc/crypto/EVP_SealInit.pod