mirror of
https://github.com/clearml/dropbear
synced 2025-02-02 03:43:53 +00:00
d9d97969a3
error: ‘noreturn’ function does return [-Werror]
abort() is a noreturn function while raise() is not.
And because crypt_argchk() is flagged as __attribute__(noreturn), abort()
appears to be a better condidate.
This compilation warning has probably been introduced by commit
|
||
---|---|---|
.. | ||
base64 | ||
crypt | ||
pkcs5 | ||
burn_stack.c | ||
error_to_string.c | ||
zeromem.c |