summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/openssl/arcfour/arcfour-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/openssl/arcfour/arcfour-int.h')
-rw-r--r--src/lib/crypto/openssl/arcfour/arcfour-int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/crypto/openssl/arcfour/arcfour-int.h b/src/lib/crypto/openssl/arcfour/arcfour-int.h
index d9db0be8a7..bb4cf42013 100644
--- a/src/lib/crypto/openssl/arcfour/arcfour-int.h
+++ b/src/lib/crypto/openssl/arcfour/arcfour-int.h
@@ -19,8 +19,8 @@ typedef struct
EVP_CIPHER_CTX evp_ctx;
unsigned int x;
unsigned int y;
- unsigned char state[256];
-
+ unsigned char state[256];
+
} ArcfourContext;
typedef struct {