diff --git a/src/common/crypto/common.h b/src/common/crypto/common.h index f24c5d3aaa..173d6225c5 100644 --- a/src/common/crypto/common.h +++ b/src/common/crypto/common.h @@ -36,7 +36,7 @@ void cryptoInit(void); bool cryptoIsInit(void); void cryptoError(bool error, const char *description); -void cryptoErrorCode(unsigned long code, const char *description); +void cryptoErrorCode(unsigned long code, const char *description) __attribute__((__noreturn__)); CipherType cipherType(const String *name); const String *cipherTypeName(CipherType type);