diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-21 12:28:34 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-21 12:28:34 +0200 |
commit | 783e9b76de9a8ec16e8229d7c476b16ba8011554 (patch) | |
tree | ee27ef686f8aefa4dc36a3d0999e123f52ed0fb2 /lib/arc.h | |
parent | 51bbec0b0e280be629f7b1086160b7730ebfdb74 (diff) | |
parent | 92998915be47eab17e548af5c3dd43fa4eab9683 (diff) |
Merge trunk.
Diffstat (limited to 'lib/arc.h')
-rw-r--r-- | lib/arc.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -30,6 +30,10 @@ struct arc_state unsigned char i, j; }; +#ifndef G_GNUC_MALLOC +#define G_GNUC_MALLOC +#endif + G_GNUC_MALLOC struct arc_state *arc_keymaker( unsigned char *key, int kl, int cycles ); unsigned char arc_getbyte( struct arc_state *st ); int arc_encode( char *clear, int clear_len, unsigned char **crypt, char *password, int pad_to ); |