summaryrefslogtreecommitdiff
path: root/myproposal.h
diff options
context:
space:
mode:
Diffstat (limited to 'myproposal.h')
-rw-r--r--myproposal.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/myproposal.h b/myproposal.h
index 9dfecdafc..03f76839b 100644
--- a/myproposal.h
+++ b/myproposal.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: myproposal.h,v 1.10 2001/01/29 01:58:17 niklas Exp $ */ 1/* $OpenBSD: myproposal.h,v 1.11 2001/02/11 12:59:24 markus Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -30,7 +30,10 @@
30 "aes128-cbc,aes192-cbc,aes256-cbc," \ 30 "aes128-cbc,aes192-cbc,aes256-cbc," \
31 "rijndael128-cbc,rijndael192-cbc,rijndael256-cbc," \ 31 "rijndael128-cbc,rijndael192-cbc,rijndael256-cbc," \
32 "rijndael-cbc@lysator.liu.se" 32 "rijndael-cbc@lysator.liu.se"
33#define KEX_DEFAULT_MAC "hmac-sha1,hmac-md5,hmac-ripemd160@openssh.com" 33#define KEX_DEFAULT_MAC \
34 "hmac-sha1,hmac-md5,hmac-ripemd160," \
35 "hmac-ripemd160@openssh.com," \
36 "hmac-sha1-96,hmac-md5-96"
34#define KEX_DEFAULT_COMP "none,zlib" 37#define KEX_DEFAULT_COMP "none,zlib"
35#define KEX_DEFAULT_LANG "" 38#define KEX_DEFAULT_LANG ""
36 39