summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/ssherr.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/ssherr.h')
-rw-r--r--crypto/openssh/ssherr.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/crypto/openssh/ssherr.h b/crypto/openssh/ssherr.h
index 106f786..6f771b4 100644
--- a/crypto/openssh/ssherr.h
+++ b/crypto/openssh/ssherr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssherr.h,v 1.1 2014/04/30 05:29:56 djm Exp $ */
+/* $OpenBSD: ssherr.h,v 1.3 2015/01/30 01:13:33 djm Exp $ */
/*
* Copyright (c) 2011 Damien Miller
*
@@ -73,6 +73,10 @@
#define SSH_ERR_BUFFER_READ_ONLY -49
#define SSH_ERR_KRL_BAD_MAGIC -50
#define SSH_ERR_KEY_REVOKED -51
+#define SSH_ERR_CONN_CLOSED -52
+#define SSH_ERR_CONN_TIMEOUT -53
+#define SSH_ERR_CONN_CORRUPT -54
+#define SSH_ERR_PROTOCOL_ERROR -55
/* Translate a numeric error code to a human-readable error string */
const char *ssh_err(int n);
OpenPOWER on IntegriCloud