artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2880ad1
)
want stdlib.h for free(3)
author
djm
<djm@openbsd.org>
Mon, 21 Aug 2023 04:36:46 +0000
(
04:36
+0000)
committer
djm
<djm@openbsd.org>
Mon, 21 Aug 2023 04:36:46 +0000
(
04:36
+0000)
usr.bin/ssh/sshkey.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/sshkey.c
b/usr.bin/ssh/sshkey.c
index
ff58b1b
..
c3c3c51
100644
(file)
--- a/
usr.bin/ssh/sshkey.c
+++ b/
usr.bin/ssh/sshkey.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: sshkey.c,v 1.13
7 2023/07/27 22:23:05
djm Exp $ */
+/* $OpenBSD: sshkey.c,v 1.13
8 2023/08/21 04:36:46
djm Exp $ */
/*
* Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
* Copyright (c) 2008 Alexander von Gernler. All rights reserved.
@@
-38,6
+38,7
@@
#include <errno.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <util.h>
#include <limits.h>