aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/cipher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/cipher.c b/src/common/cipher.c
index a05d8b63239..393b062bc39 100644
--- a/src/common/cipher.c
+++ b/src/common/cipher.c
@@ -19,7 +19,7 @@
#include "common/cipher.h"
-static void cipher_failure(void);
+static void cipher_failure(void) pg_attribute_noreturn();
PgCipherCtx *
pg_cipher_ctx_create(int cipher, uint8 *key, int klen, bool enc)