summaryrefslogtreecommitdiff
path: root/myproposal.h
diff options
context:
space:
mode:
Diffstat (limited to 'myproposal.h')
-rw-r--r--myproposal.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/myproposal.h b/myproposal.h
index 371f27cae..46e5b988d 100644
--- a/myproposal.h
+++ b/myproposal.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: myproposal.h,v 1.46 2015/07/03 03:47:00 djm Exp $ */ 1/* $OpenBSD: myproposal.h,v 1.47 2015/07/10 06:21:53 markus Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -99,11 +99,9 @@
99 HOSTKEY_ECDSA_CERT_METHODS \ 99 HOSTKEY_ECDSA_CERT_METHODS \
100 "ssh-ed25519-cert-v01@openssh.com," \ 100 "ssh-ed25519-cert-v01@openssh.com," \
101 "ssh-rsa-cert-v01@openssh.com," \ 101 "ssh-rsa-cert-v01@openssh.com," \
102 "ssh-dss-cert-v01@openssh.com," \
103 HOSTKEY_ECDSA_METHODS \ 102 HOSTKEY_ECDSA_METHODS \
104 "ssh-ed25519," \ 103 "ssh-ed25519," \
105 "ssh-rsa," \ 104 "ssh-rsa" \
106 "ssh-dss"
107 105
108/* the actual algorithms */ 106/* the actual algorithms */
109 107