summaryrefslogtreecommitdiff
path: root/src/md5.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-07-06 08:17:09 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-07-06 08:17:09 +0000
commitebd4d34b7b91ccee5e3fbaa587fa320acf3ce7ac (patch)
treed2545d1a29ca2a8ab444a14afd4945f15f44481a /src/md5.h
parent047c6b726b014912dd60e865866b7de3f247a065 (diff)
Fixed HashMD5Context
Diffstat (limited to 'src/md5.h')
-rw-r--r--src/md5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/md5.h b/src/md5.h
index 9dc72c7..39dc40f 100644
--- a/src/md5.h
+++ b/src/md5.h
@@ -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 */