[openssh-commits] [openssh] 02/02: upstream: Remove duplicate includes.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Dec 4 22:46:01 AEDT 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 73dcca12115aa12ed0d123b914d473c384e52651
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Sun Dec 4 11:03:11 2022 +0000
upstream: Remove duplicate includes.
Patch from AtariDreams via github PR#364.
OpenBSD-Commit-ID: b9186638a05cb8b56ef7c0de521922b6723644ea
---
ssh-agent.c | 3 +--
ssh-sk-helper.c | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/ssh-agent.c b/ssh-agent.c
index 44eb0a68..63e1137b 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-agent.c,v 1.293 2022/10/07 06:00:58 jmc Exp $ */
+/* $OpenBSD: ssh-agent.c,v 1.294 2022/12/04 11:03:11 dtucker Exp $ */
/*
* Author: Tatu Ylonen <ylo at cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -87,7 +87,6 @@
#include "ssherr.h"
#include "match.h"
#include "msg.h"
-#include "ssherr.h"
#include "pathnames.h"
#include "ssh-pkcs11.h"
#include "sk-api.h"
diff --git a/ssh-sk-helper.c b/ssh-sk-helper.c
index bd9b410a..9857b632 100644
--- a/ssh-sk-helper.c
+++ b/ssh-sk-helper.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-sk-helper.c,v 1.13 2022/04/29 03:16:48 dtucker Exp $ */
+/* $OpenBSD: ssh-sk-helper.c,v 1.14 2022/12/04 11:03:11 dtucker Exp $ */
/*
* Copyright (c) 2019 Google LLC
*
@@ -43,7 +43,6 @@
#include "sshbuf.h"
#include "msg.h"
#include "uidswap.h"
-#include "sshkey.h"
#include "ssherr.h"
#include "ssh-sk.h"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list