secstore: avoid name conflict with SS macro
This commit is contained in:
parent
3aef37ba9b
commit
112a2c5892
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,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…
Add table
Add a link
Reference in a new issue