diff options
Diffstat (limited to 'channels.c')
-rw-r--r-- | channels.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/channels.c b/channels.c index 55cef42c2..d6540560a 100644 --- a/channels.c +++ b/channels.c | |||
@@ -40,7 +40,7 @@ | |||
40 | */ | 40 | */ |
41 | 41 | ||
42 | #include "includes.h" | 42 | #include "includes.h" |
43 | RCSID("$OpenBSD: channels.c,v 1.116 2001/05/16 22:09:20 markus Exp $"); | 43 | RCSID("$OpenBSD: channels.c,v 1.117 2001/05/19 19:57:09 stevesk Exp $"); |
44 | 44 | ||
45 | #include <openssl/rsa.h> | 45 | #include <openssl/rsa.h> |
46 | #include <openssl/dsa.h> | 46 | #include <openssl/dsa.h> |
@@ -1561,7 +1561,7 @@ reason2txt(int reason) | |||
1561 | case SSH2_OPEN_RESOURCE_SHORTAGE: | 1561 | case SSH2_OPEN_RESOURCE_SHORTAGE: |
1562 | return "resource shortage"; | 1562 | return "resource shortage"; |
1563 | } | 1563 | } |
1564 | return "unkown reason"; | 1564 | return "unknown reason"; |
1565 | } | 1565 | } |
1566 | 1566 | ||
1567 | void | 1567 | void |