factotum: avoid name conflict with SS macro
This commit is contained in:
parent
f134aa3cff
commit
3aef37ba9b
@ -114,7 +114,8 @@ typedef struct ConnState {
|
|||||||
RC4state rc4;
|
RC4state rc4;
|
||||||
} ConnState;
|
} ConnState;
|
||||||
|
|
||||||
typedef struct SS{
|
#undef SS
|
||||||
|
typedef struct SS {
|
||||||
int fd; /* file descriptor for read/write of encrypted data */
|
int fd; /* file descriptor for read/write of encrypted data */
|
||||||
int alg; /* if nonzero, "alg sha rc4_128" */
|
int alg; /* if nonzero, "alg sha rc4_128" */
|
||||||
ConnState in, out;
|
ConnState in, out;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user