fix no-return function call in cipher.c from commit 978f869b99
Reported-by: buildfarm member sifaka Backpatch-through: master
This commit is contained in:
parent
26d60f2a6c
commit
8e59813e22
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include "common/cipher.h"
|
#include "common/cipher.h"
|
||||||
|
|
||||||
static void cipher_failure(void);
|
static void cipher_failure(void) pg_attribute_noreturn();
|
||||||
|
|
||||||
PgCipherCtx *
|
PgCipherCtx *
|
||||||
pg_cipher_ctx_create(int cipher, uint8 *key, int klen, bool enc)
|
pg_cipher_ctx_create(int cipher, uint8 *key, int klen, bool enc)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user