summaryrefslogtreecommitdiffstats
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 43c54020..f564b0d9 100644
--- a/myproposal.h
+++ b/myproposal.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: myproposal.h,v 1.19 2006/03/07 09:07:40 djm Exp $ */
+/* $OpenBSD: myproposal.h,v 1.20 2006/03/19 18:53:12 deraadt Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -30,14 +30,14 @@
#if OPENSSL_VERSION_NUMBER < 0x00907000L
# define KEX_DEFAULT_KEX \
"diffie-hellman-group-exchange-sha1," \
- "diffie-hellman-group14-sha1," \
- "diffie-hellman-group1-sha1"
+ "diffie-hellman-group14-sha1," \
+ "diffie-hellman-group1-sha1"
#else
# define KEX_DEFAULT_KEX \
"diffie-hellman-group-exchange-sha256," \
"diffie-hellman-group-exchange-sha1," \
- "diffie-hellman-group14-sha1," \
- "diffie-hellman-group1-sha1"
+ "diffie-hellman-group14-sha1," \
+ "diffie-hellman-group1-sha1"
#endif
#define KEX_DEFAULT_PK_ALG "ssh-rsa,ssh-dss"