summaryrefslogtreecommitdiff
path: root/myproposal.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-26 00:04:32 +1100
committerDamien Miller <djm@mindrot.org>2006-03-26 00:04:32 +1100
commit51b4f821231446fd36baf991a3d08dd83fc7f6e9 (patch)
tree9b040e53016962a4fe507277837ccf07b30ac202 /myproposal.h
parentb0fb6872ed2efe3a116083e43dd4f5f47cd4882b (diff)
- deraadt@cvs.openbsd.org 2006/03/19 18:53:12
[kex.h myproposal.h] spacing
Diffstat (limited to 'myproposal.h')
-rw-r--r--myproposal.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/myproposal.h b/myproposal.h
index 43c540209..f564b0d96 100644
--- a/myproposal.h
+++ b/myproposal.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: myproposal.h,v 1.19 2006/03/07 09:07:40 djm Exp $ */ 1/* $OpenBSD: myproposal.h,v 1.20 2006/03/19 18:53:12 deraadt Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -30,14 +30,14 @@
30#if OPENSSL_VERSION_NUMBER < 0x00907000L 30#if OPENSSL_VERSION_NUMBER < 0x00907000L
31# define KEX_DEFAULT_KEX \ 31# define KEX_DEFAULT_KEX \
32 "diffie-hellman-group-exchange-sha1," \ 32 "diffie-hellman-group-exchange-sha1," \
33 "diffie-hellman-group14-sha1," \ 33 "diffie-hellman-group14-sha1," \
34 "diffie-hellman-group1-sha1" 34 "diffie-hellman-group1-sha1"
35#else 35#else
36# define KEX_DEFAULT_KEX \ 36# define KEX_DEFAULT_KEX \
37 "diffie-hellman-group-exchange-sha256," \ 37 "diffie-hellman-group-exchange-sha256," \
38 "diffie-hellman-group-exchange-sha1," \ 38 "diffie-hellman-group-exchange-sha1," \
39 "diffie-hellman-group14-sha1," \ 39 "diffie-hellman-group14-sha1," \
40 "diffie-hellman-group1-sha1" 40 "diffie-hellman-group1-sha1"
41#endif 41#endif
42 42
43#define KEX_DEFAULT_PK_ALG "ssh-rsa,ssh-dss" 43#define KEX_DEFAULT_PK_ALG "ssh-rsa,ssh-dss"