diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2023-03-16 12:41:22 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2023-03-16 12:41:22 +0000 |
| commit | 36b354d74be5adbb73d7dcd2ceb49b5105145d02 (patch) | |
| tree | ee4155f948be143506b5d1cb86d6485fb799e768 /ssh-dss.c | |
| parent | 7ee81174ca89a92a4c1686170d433dae500ae144 (diff) | |
Diffstat (limited to 'ssh-dss.c')
| -rw-r--r-- | ssh-dss.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ssh-dss.c b/ssh-dss.c index 2ea0c0a55760..3174ef146dc3 100644 --- a/ssh-dss.c +++ b/ssh-dss.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-dss.c,v 1.48 2022/10/28 00:44:44 djm Exp $ */ +/* $OpenBSD: ssh-dss.c,v 1.49 2023/03/05 05:34:09 dtucker Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -37,7 +37,6 @@ #include <string.h> #include "sshbuf.h" -#include "compat.h" #include "ssherr.h" #include "digest.h" #define SSHKEY_INTERNAL |
