aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/auth
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/auth')
-rw-r--r--src/cmd/auth/factotum/secstore.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/auth/factotum/secstore.c b/src/cmd/auth/factotum/secstore.c
index c9009ee2..2babf4d8 100644
--- a/src/cmd/auth/factotum/secstore.c
+++ b/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;