diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-07-06 08:17:09 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-07-06 08:17:09 +0000 |
commit | ebd4d34b7b91ccee5e3fbaa587fa320acf3ce7ac (patch) | |
tree | d2545d1a29ca2a8ab444a14afd4945f15f44481a /src/md5.h | |
parent | 047c6b726b014912dd60e865866b7de3f247a065 (diff) |
Fixed HashMD5Context
Diffstat (limited to 'src/md5.h')
-rw-r--r-- | src/md5.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,6 +44,6 @@ int mdbinfileBroken(char *fn, unsigned char *bindigest); /* * This is needed to make RSAREF happy on some MS-DOS compilers. */ -typedef struct MD5Context MD5_CTX; +typedef struct MD5Context MD5CTX; #endif /* !MD5_H */ |