projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
| inline |
side by side
(parent:
26d60f2
)
fix no-return function call in cipher.c from commit 978f869b99
author
Bruce Momjian
<
[email protected]
>
Fri, 25 Dec 2020 19:40:46 +0000
(14:40 -0500)
committer
Bruce Momjian
<
[email protected]
>
Fri, 25 Dec 2020 19:40:46 +0000
(14:40 -0500)
Reported-by: buildfarm member sifaka
Back-through: master
src/common/cipher.c
|
blob
|
blame
|
history
diff --git
a/src/common/cipher.c
b/src/common/cipher.c
index a05d8b63239d217e64bec59708c66165c3cc0a15..393b062bc39149cac0031089bc4964f3fc97c85b 100644
(file)
--- 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)