summaryrefslogtreecommitdiff
path: root/cipher.h
diff options
context:
space:
mode:
Diffstat (limited to 'cipher.h')
-rw-r--r--cipher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cipher.h b/cipher.h
index 74b3669fd..6bb5719b0 100644
--- a/cipher.h
+++ b/cipher.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: cipher.h,v 1.34 2003/11/10 16:23:41 jakob Exp $ */ 1/* $OpenBSD: cipher.h,v 1.35 2004/07/28 09:40:29 markus Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -43,7 +43,7 @@
43 * be removed for compatibility. The maximum allowed value is 31. 43 * be removed for compatibility. The maximum allowed value is 31.
44 */ 44 */
45#define SSH_CIPHER_SSH2 -3 45#define SSH_CIPHER_SSH2 -3
46#define SSH_CIPHER_ILLEGAL -2 /* No valid cipher selected. */ 46#define SSH_CIPHER_INVALID -2 /* No valid cipher selected. */
47#define SSH_CIPHER_NOT_SET -1 /* None selected (invalid number). */ 47#define SSH_CIPHER_NOT_SET -1 /* None selected (invalid number). */
48#define SSH_CIPHER_NONE 0 /* no encryption */ 48#define SSH_CIPHER_NONE 0 /* no encryption */
49#define SSH_CIPHER_IDEA 1 /* IDEA CFB */ 49#define SSH_CIPHER_IDEA 1 /* IDEA CFB */