factotum: avoid name conflict with SS macro

This commit is contained in:
Albert Lee 2008-12-01 19:27:20 -05:00
parent f134aa3cff
commit 3aef37ba9b

View file

@ -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;