fixes to please gcc

This commit is contained in:
Stephen Lombardo
2009-12-05 20:51:51 -05:00
parent fde0756e83
commit c969c4fcfa
+1 -1
View File
@@ -57,7 +57,7 @@ typedef struct {
int iv_sz;
int pass_sz;
unsigned char *key;
unsigned char *pass;
char *pass;
} cipher_ctx;
typedef struct {