Skip to content

Commit

Permalink
Add hmac.errordata
Browse files Browse the repository at this point in the history
`crypto/err/hmac.errordata` generated using
`go run ./util/make_errors.go hmac`

CMakeLists file updated to add the errordata file.
  • Loading branch information
Fabrice Benhamouda committed Jul 17, 2024
1 parent 220b8d3 commit 4ec5b37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions crypto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ if(GO_EXECUTABLE)
err/engine.errordata
err/evp.errordata
err/hkdf.errordata
err/hmac.errordata
err/obj.errordata
err/ocsp.errordata
err/pem.errordata
Expand Down
4 changes: 4 additions & 0 deletions crypto/err/hmac.errordata
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
HMAC,102,BUFFER_TOO_SMALL
HMAC,100,MISSING_PARAMETERS
HMAC,104,NOT_CALLED_JUST_AFTER_INIT
HMAC,103,SET_PRECOMPUTED_KEY_EXPORT_NOT_CALLED

0 comments on commit 4ec5b37

Please sign in to comment.