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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/digest/md5/md5ossl.h b/ext/digest/md5/md5ossl.h
index bccbe05f2a..ec629c55d4 100644
--- a/ext/digest/md5/md5ossl.h
+++ b/ext/digest/md5/md5ossl.h
@@ -6,6 +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);