summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keysign.c
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2003-07-03 08:09:05 +0000
committerdjm <djm@openbsd.org>2003-07-03 08:09:05 +0000
commitaea7b5d8ab6aea549c798e57201427e39b5eca07 (patch)
tree472fb2c533f88ca403a78a3e1f694f2cc62da06c /usr.bin/ssh/ssh-keysign.c
parentFix a _C_LABEL() typo. (diff)
downloadwireguard-openbsd-aea7b5d8ab6aea549c798e57201427e39b5eca07.tar.xz
wireguard-openbsd-aea7b5d8ab6aea549c798e57201427e39b5eca07.zip
fix AddressFamily option in config file, from brent@graveland.net; ok markus@
Diffstat (limited to 'usr.bin/ssh/ssh-keysign.c')
-rw-r--r--usr.bin/ssh/ssh-keysign.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keysign.c b/usr.bin/ssh/ssh-keysign.c
index f50c3fb6bc4..00c5fb76ab9 100644
--- a/usr.bin/ssh/ssh-keysign.c
+++ b/usr.bin/ssh/ssh-keysign.c
@@ -22,7 +22,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "includes.h"
-RCSID("$OpenBSD: ssh-keysign.c,v 1.12 2003/05/16 03:27:12 djm Exp $");
+RCSID("$OpenBSD: ssh-keysign.c,v 1.13 2003/07/03 08:09:06 djm Exp $");
#include <openssl/evp.h>
#include <openssl/rand.h>
@@ -44,7 +44,6 @@ RCSID("$OpenBSD: ssh-keysign.c,v 1.12 2003/05/16 03:27:12 djm Exp $");
/* XXX readconf.c needs these */
uid_t original_real_uid;
-int IPv4or6;
static int
valid_request(struct passwd *pw, char *host, Key **ret, u_char *data,