From 3aef37ba9b2f0bbc8fec478623609e0f7547a410 Mon Sep 17 00:00:00 2001 From: Albert Lee Date: Mon, 1 Dec 2008 19:27:20 -0500 Subject: factotum: avoid name conflict with SS macro --- src/cmd/auth/factotum/secstore.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cmd/auth/factotum/secstore.c') diff --git a/src/cmd/auth/factotum/secstore.c b/src/cmd/auth/factotum/secstore.c index c9009ee2..2babf4d8 100644 --- a/src/cmd/auth/factotum/secstore.c +++ b/src/cmd/auth/factotum/secstore.c @@ -114,7 +114,8 @@ typedef struct ConnState { RC4state rc4; } ConnState; -typedef struct SS{ +#undef SS +typedef struct SS { int fd; /* file descriptor for read/write of encrypted data */ int alg; /* if nonzero, "alg sha rc4_128" */ ConnState in, out; -- cgit v1.2.3