artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c694ed7
)
remove externs for removed vars; ok djm@
author
jsg
<jsg@openbsd.org>
Fri, 17 May 2024 06:38:00 +0000
(06:38 +0000)
committer
jsg
<jsg@openbsd.org>
Fri, 17 May 2024 06:38:00 +0000
(06:38 +0000)
usr.bin/ssh/sshconnect2.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/sshconnect2.c
b/usr.bin/ssh/sshconnect2.c
index
020a0f6
..
8e0b07e
100644
(file)
--- a/
usr.bin/ssh/sshconnect2.c
+++ b/
usr.bin/ssh/sshconnect2.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: sshconnect2.c,v 1.37
2 2024/01/08 00:34:34 djm
Exp $ */
+/* $OpenBSD: sshconnect2.c,v 1.37
3 2024/05/17 06:38:00 jsg
Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
* Copyright (c) 2008 Damien Miller. All rights reserved.
@@
-75,8
+75,6
@@
#endif
/* import */
-extern char *client_version_string;
-extern char *server_version_string;
extern Options options;
/*