mirror of
https://github.com/clearml/dropbear
synced 2025-02-12 07:25:30 +00:00
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
|
||
---|---|---|
.. | ||
ciphers | ||
encauth | ||
hashes | ||
headers | ||
mac | ||
math | ||
misc | ||
modes | ||
pk | ||
prngs |