We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b8b9b commit 000c3d1Copy full SHA for 000c3d1
sshd.c
@@ -1,4 +1,4 @@
1
-/* $OpenBSD: sshd.c,v 1.616 2025/03/12 22:43:44 djm Exp $ */
+/* $OpenBSD: sshd.c,v 1.617 2025/04/07 08:12:22 dtucker Exp $ */
2
/*
3
* Copyright (c) 2000, 2001, 2002 Markus Friedl. All rights reserved.
4
* Copyright (c) 2002 Niels Provos. All rights reserved.
@@ -53,6 +53,7 @@
53
#include <pwd.h>
54
#include <signal.h>
55
#include <stdarg.h>
56
+#include <time.h>
57
#include <stdio.h>
58
#include <stdlib.h>
59
#include <string.h>
0 commit comments