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-rsa.c | |
| parent | 7ee81174ca89a92a4c1686170d433dae500ae144 (diff) | |
Diffstat (limited to 'ssh-rsa.c')
| -rw-r--r-- | ssh-rsa.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ssh-rsa.c b/ssh-rsa.c index 6516ddc13acd..be8f51e7576b 100644 --- a/ssh-rsa.c +++ b/ssh-rsa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-rsa.c,v 1.78 2022/10/28 02:47:04 djm Exp $ */ +/* $OpenBSD: ssh-rsa.c,v 1.79 2023/03/05 05:34:09 dtucker Exp $ */ /* * Copyright (c) 2000, 2003 Markus Friedl <markus@openbsd.org> * @@ -28,7 +28,6 @@ #include <string.h> #include "sshbuf.h" -#include "compat.h" #include "ssherr.h" #define SSHKEY_INTERNAL #include "sshkey.h" |
