diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2019-11-01 02:32:06 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2019-11-01 02:32:06 +0000 |
commit | ff9f81b16b742f9f8cf9b620105ecb87e10acccd (patch) | |
tree | 3041c2bd7cc2490f8b8c6b9d4c61d99d30489a06 | |
parent | 7dc8d1f0fdccadcfe8fc23fce4e78ecc9088219b (diff) |
remove duplicate PUBKEY_DEFAULT_PK_ALG on !WITH_OPENSSL path
-rw-r--r-- | usr.bin/ssh/myproposal.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/ssh/myproposal.h b/usr.bin/ssh/myproposal.h index ac2aafb9ef1..a167c9734de 100644 --- a/usr.bin/ssh/myproposal.h +++ b/usr.bin/ssh/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. @@ -135,10 +135,6 @@ #define SSH_ALLOWED_CA_SIGALGS "ssh-ed25519" -#define PUBKEY_DEFAULT_PK_ALG \ - "ssh-ed25519-cert-v01@openssh.com," \ - "ssh-ed25519" - #endif /* WITH_OPENSSL */ #define KEX_DEFAULT_COMP "none,zlib@openssh.com" |