diff options
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 |