summaryrefslogtreecommitdiff
path: root/ssherr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssherr.h')
-rw-r--r--ssherr.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ssherr.h b/ssherr.h
index 348da5a20..085e75274 100644
--- a/ssherr.h
+++ b/ssherr.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssherr.h,v 1.6 2018/07/03 11:39:54 djm Exp $ */ 1/* $OpenBSD: ssherr.h,v 1.8 2020/01/25 23:13:09 djm Exp $ */
2/* 2/*
3 * Copyright (c) 2011 Damien Miller 3 * Copyright (c) 2011 Damien Miller
4 * 4 *
@@ -80,6 +80,8 @@
80#define SSH_ERR_KEY_LENGTH -56 80#define SSH_ERR_KEY_LENGTH -56
81#define SSH_ERR_NUMBER_TOO_LARGE -57 81#define SSH_ERR_NUMBER_TOO_LARGE -57
82#define SSH_ERR_SIGN_ALG_UNSUPPORTED -58 82#define SSH_ERR_SIGN_ALG_UNSUPPORTED -58
83#define SSH_ERR_FEATURE_UNSUPPORTED -59
84#define SSH_ERR_DEVICE_NOT_FOUND -60
83 85
84/* Translate a numeric error code to a human-readable error string */ 86/* Translate a numeric error code to a human-readable error string */
85const char *ssh_err(int n); 87const char *ssh_err(int n);