diff options
author | Colin Watson <cjwatson@debian.org> | 2017-10-04 11:23:58 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2017-10-04 11:23:58 +0100 |
commit | 62f54f20bf351468e0124f63cc2902ee40d9b0e9 (patch) | |
tree | 3e090f2711b94ca5029d3fa3e8047b1ed1448b1f /ssherr.h | |
parent | 6fabaf6fd9b07cc8bc6a17c9c4a5b76849cfc874 (diff) | |
parent | 66bf74a92131b7effe49fb0eefe5225151869dc5 (diff) |
Import openssh_7.6p1.orig.tar.gz
Diffstat (limited to 'ssherr.h')
-rw-r--r-- | ssherr.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssherr.h,v 1.3 2015/01/30 01:13:33 djm Exp $ */ | 1 | /* $OpenBSD: ssherr.h,v 1.5 2017/09/12 06:32:08 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2011 Damien Miller | 3 | * Copyright (c) 2011 Damien Miller |
4 | * | 4 | * |
@@ -77,6 +77,8 @@ | |||
77 | #define SSH_ERR_CONN_TIMEOUT -53 | 77 | #define SSH_ERR_CONN_TIMEOUT -53 |
78 | #define SSH_ERR_CONN_CORRUPT -54 | 78 | #define SSH_ERR_CONN_CORRUPT -54 |
79 | #define SSH_ERR_PROTOCOL_ERROR -55 | 79 | #define SSH_ERR_PROTOCOL_ERROR -55 |
80 | #define SSH_ERR_KEY_LENGTH -56 | ||
81 | #define SSH_ERR_NUMBER_TOO_LARGE -57 | ||
80 | 82 | ||
81 | /* Translate a numeric error code to a human-readable error string */ | 83 | /* Translate a numeric error code to a human-readable error string */ |
82 | const char *ssh_err(int n); | 84 | const char *ssh_err(int n); |