commit 3aef37ba9b2f0bbc8fec478623609e0f7547a410 from: Albert Lee date: Tue Dec 02 00:27:20 2008 UTC factotum: avoid name conflict with SS macro commit - f134aa3cff690cfd93baf716a2782980507841a2 commit + 3aef37ba9b2f0bbc8fec478623609e0f7547a410 blob - c9009ee2809e54250d0cd55737d83ee11cfc9beb blob + 2babf4d8e2f65a2f23069b744956017b66faff85 --- src/cmd/auth/factotum/secstore.c +++ 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;