summaryrefslogtreecommitdiff
path: root/ext/digest/md5/md5ossl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/digest/md5/md5ossl.h')
-rw-r--r--ext/digest/md5/md5ossl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/digest/md5/md5ossl.h b/ext/digest/md5/md5ossl.h
index bccbe05f2a..1680c4f5c9 100644
--- a/ext/digest/md5/md5ossl.h
+++ b/ext/digest/md5/md5ossl.h
@@ -6,7 +6,8 @@
#include <stddef.h>
#include <openssl/md5.h>
+#define MD5_BLOCK_LENGTH MD5_CBLOCK
+
void MD5_Finish(MD5_CTX *pctx, unsigned char *digest);
-int MD5_Equal(MD5_CTX *pctx1, MD5_CTX *pctx2);
#endif