diff options
| author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-09-30 19:58:07 +0000 |
|---|---|---|
| committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-09-30 19:58:07 +0000 |
| commit | 150f381d548b0eb6e043ece264908c702fbcba75 (patch) | |
| tree | 564213cc1a73b8d7cdafb4452ac610b3da2eac9d /crypto/openssh/log.h | |
| parent | 69563d3a52a724e304ed378c595c4c76e21f976a (diff) | |
Correct multiple vulnerabilities in OpenSSH.releng/5.4
Security: FreeBSD-SA-06:22.openssh
Approved by: so (simon)
Notes
Notes:
svn path=/releng/5.4/; revision=162896
Diffstat (limited to 'crypto/openssh/log.h')
| -rw-r--r-- | crypto/openssh/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/openssh/log.h b/crypto/openssh/log.h index ca4d7bf6da97..73ca3c25200f 100644 --- a/crypto/openssh/log.h +++ b/crypto/openssh/log.h @@ -64,6 +64,7 @@ LogLevel log_level_number(char *); void fatal(const char *, ...) __attribute__((format(printf, 1, 2))); void error(const char *, ...) __attribute__((format(printf, 1, 2))); +void sigdie(const char *, ...) __attribute__((format(printf, 1, 2))); void logit(const char *, ...) __attribute__((format(printf, 1, 2))); void verbose(const char *, ...) __attribute__((format(printf, 1, 2))); void debug(const char *, ...) __attribute__((format(printf, 1, 2))); |
