Skip to content

Commit

Permalink
upstream: give typedef'd struct a struct name; makes the fuzzer I'm
Browse files Browse the repository at this point in the history
writing a bit easier

OpenBSD-Commit-ID: 1052ab521505a4d8384d67acb3974ef81b8896cb
  • Loading branch information
djmdjm committed Jan 30, 2021
1 parent 1e66011 commit 8afaa7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ssh-agent.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $OpenBSD: ssh-agent.c,v 1.273 2021/01/27 00:37:26 dtucker Exp $ */
/* $OpenBSD: ssh-agent.c,v 1.274 2021/01/29 06:28:10 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
Expand Down Expand Up @@ -108,7 +108,7 @@ typedef enum {
AUTH_CONNECTION
} sock_type;

typedef struct {
typedef struct socket_entry {
int fd;
sock_type type;
struct sshbuf *input;
Expand Down

0 comments on commit 8afaa7d

Please sign in to comment.