summaryrefslogtreecommitdiff
path: root/src/certtool-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/certtool-common.h')
-rw-r--r--src/certtool-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/certtool-common.h b/src/certtool-common.h
index a4b4c5867f..7217e69dec 100644
--- a/src/certtool-common.h
+++ b/src/certtool-common.h
@@ -113,7 +113,7 @@ const char *get_pass(void);
const char *get_confirmed_pass(bool empty_ok);
void app_exit(int val)
#ifdef __GNUC__
-__attribute__ ((noreturn))
+__attribute__ ((__noreturn__))
#endif
;
int cipher_to_flags(const char *cipher);