diff options
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 */ |