diff options
author | vnugent <public@vaughnnugent.com> | 2024-05-02 21:54:35 -0400 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-05-02 21:54:35 -0400 |
commit | 55fae189fffc86f07a3448370f0a746670819712 (patch) | |
tree | 74c846943fc469590c01aca296a27a5fd0e2ad03 /src/crypto/impl/monocypher.c | |
parent | 6ff8bb11774c51fd341b7699a3938fd894995fbf (diff) |
feat: Working and tested openssl impl & defaults
Diffstat (limited to 'src/crypto/impl/monocypher.c')
-rw-r--r-- | src/crypto/impl/monocypher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/impl/monocypher.c b/src/crypto/impl/monocypher.c index b695d08..7c9faea 100644 --- a/src/crypto/impl/monocypher.c +++ b/src/crypto/impl/monocypher.c @@ -53,7 +53,7 @@ uint32_t dataLen ) { - _sizet_check(dataLen) + _overflow_check(dataLen) /* * Function returns the next counter value which is not |