[openssh-commits] [openssh] 01/01: upstream: remove duplicate PUBKEY_DEFAULT_PK_ALG on !WITH_OPENSSL path
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Nov 1 13:33:50 AEDT 2019
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 45f17a159acfc5a8e450bfbcc2cffe72950ed7a3
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Nov 1 02:32:05 2019 +0000
upstream: remove duplicate PUBKEY_DEFAULT_PK_ALG on !WITH_OPENSSL path
OpenBSD-Commit-ID: 95a7cafad2a4665d57cabacc28031fabc0bea9fc
---
myproposal.h | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/myproposal.h b/myproposal.h
index 5f528e4e..a22649a2 100644
--- a/myproposal.h
+++ b/myproposal.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: myproposal.h,v 1.59 2019/10/31 21:17:49 djm Exp $ */
+/* $OpenBSD: myproposal.h,v 1.60 2019/11/01 02:32:05 djm Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -192,10 +192,6 @@
#define SSH_ALLOWED_CA_SIGALGS "ssh-ed25519"
-#define PUBKEY_DEFAULT_PK_ALG \
- "ssh-ed25519-cert-v01 at openssh.com," \
- "ssh-ed25519"
-
#endif /* WITH_OPENSSL */
#define KEX_DEFAULT_COMP "none,zlib at openssh.com"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list