commit | 7563ed17ab9026248f5eb2e7c4944884e6f87a6c | [log] [tgz] |
---|---|---|
author | Adrian L. Shaw <adrianlshaw@gmail.com> | Wed Aug 07 16:02:45 2019 +0100 |
committer | Adrian L. Shaw <adrianlshaw@gmail.com> | Wed Sep 04 11:30:17 2019 +0100 |
tree | af8373c2b2495df63d71d624df0e078c78ff5c1c | |
parent | d5ae06b1e34d00033f496abf427a117dd6ba5705 [diff] |
Remove PSA_ERROR_DOES_NOT_EXIST from psa_mac_sign_setup
diff --git a/include/psa/crypto.h b/include/psa/crypto.h index 2ee7cf6..1fb1515 100644 --- a/include/psa/crypto.h +++ b/include/psa/crypto.h
@@ -1323,7 +1323,6 @@ * \retval #PSA_SUCCESS * Success. * \retval #PSA_ERROR_INVALID_HANDLE - * \retval #PSA_ERROR_DOES_NOT_EXIST * \retval #PSA_ERROR_NOT_PERMITTED * \retval #PSA_ERROR_INVALID_ARGUMENT * \p handle is not compatible with \p alg.