diff options
| author | christos <christos@NetBSD.org> | 2019-04-28 14:45:13 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2019-04-28 14:45:13 +0000 |
| commit | ee5f7491ddbaa090c68b66cbfcfe82bcda4f2d2d (patch) | |
| tree | 356c2befab5603e4a89ae5bd466e3220790fade8 /crypto | |
| parent | e477fa7eb38ba76a51e5277fb72a286539308fb5 (diff) | |
one more noreturn
Diffstat (limited to 'crypto')
| -rw-r--r-- | crypto/external/bsd/openssh/dist/monitor.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/external/bsd/openssh/dist/monitor.h b/crypto/external/bsd/openssh/dist/monitor.h index 75a3b6c40d4..5b062104c8e 100644 --- a/crypto/external/bsd/openssh/dist/monitor.h +++ b/crypto/external/bsd/openssh/dist/monitor.h @@ -1,4 +1,4 @@ -/* $NetBSD: monitor.h,v 1.11 2019/04/20 17:16:40 christos Exp $ */ +/* $NetBSD: monitor.h,v 1.12 2019/04/28 14:45:13 christos Exp $ */ /* $OpenBSD: monitor.h,v 1.23 2019/01/19 21:43:56 djm Exp $ */ /* @@ -92,7 +92,8 @@ void monitor_reinit(struct monitor *); struct Authctxt; void monitor_child_preauth(struct ssh *, struct monitor *); -void monitor_child_postauth(struct ssh *, struct monitor *); +void monitor_child_postauth(struct ssh *, struct monitor *) + __attribute__((__noreturn__)); void monitor_clear_keystate(struct ssh *, struct monitor *); void monitor_apply_keystate(struct ssh *, struct monitor *); |
