CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/08/21 10:23:21
Modified files:
regress/lib/libcrypto/wycheproof: wycheproof.go
Log message:
Factor the calls to EVP_AEAD_CTX_open() and EVP_AEAD_CTX_seal() into
their own functions to make it easier to handle failures cleanly.
Discussed with jsing
