Commit Diff


commit - 3aef37ba9b2f0bbc8fec478623609e0f7547a410
commit + 112a2c5892067edbd48c020caec80fa455c0d07b
blob - 9ad9a7cc691f9e1adf06743d8950885d2b832ec9
blob + 07e92327b732d2a66e115aae0f639bd0fb8ba7f2
--- src/cmd/auth/secstore/SConn.c
+++ src/cmd/auth/secstore/SConn.c
@@ -12,7 +12,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;