diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-24 18:38:45 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-24 18:38:45 +0200 |
commit | edeb20b92128f1859d2d8ecee820846ac5799ed5 (patch) | |
tree | b7c66bf4da6bbe5628fc25def555448d1789b5b1 /lib/crypto/hmacmd5.h | |
parent | da01822671b3a553fd805315df7322b8225cfe95 (diff) | |
parent | d2062ab74f7684f8b6975a7415fac23389851278 (diff) | |
download | samba-edeb20b92128f1859d2d8ecee820846ac5799ed5.tar.gz samba-edeb20b92128f1859d2d8ecee820846ac5799ed5.tar.bz2 samba-edeb20b92128f1859d2d8ecee820846ac5799ed5.zip |
Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4
Conflicts:
source3/include/includes.h
Diffstat (limited to 'lib/crypto/hmacmd5.h')
-rw-r--r-- | lib/crypto/hmacmd5.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/crypto/hmacmd5.h b/lib/crypto/hmacmd5.h index d649906bb4..91b8ca586c 100644 --- a/lib/crypto/hmacmd5.h +++ b/lib/crypto/hmacmd5.h @@ -21,6 +21,8 @@ #ifndef _HMAC_MD5_H #define _HMAC_MD5_H +#include "../lib/crypto/md5.h" + typedef struct { struct MD5Context ctx; |