View | Details | Raw Unified | Return to bug 268
Collapse All | Expand All

(-)ssh-keysign.c (+6 lines)
Lines 38-43 Link Here
38
#include "canohost.h"
38
#include "canohost.h"
39
#include "pathnames.h"
39
#include "pathnames.h"
40
40
41
#ifdef HAVE___PROGNAME
42
extern char *__progname;
43
#else
44
char *__progname;
45
#endif
46
41
static int
47
static int
42
valid_request(struct passwd *pw, char *host, Key **ret, u_char *data,
48
valid_request(struct passwd *pw, char *host, Key **ret, u_char *data,
43
    u_int datalen)
49
    u_int datalen)

Return to bug 268