Ruby  2.5.0dev(2017-10-22revision60238)
md5cc.h
Go to the documentation of this file.
1 #define COMMON_DIGEST_FOR_OPENSSL 1
2 #include <CommonCrypto/CommonDigest.h>
3 
4 #define MD5_BLOCK_LENGTH CC_MD5_BLOCK_BYTES
5 
8 
9 #undef MD5_Update
10 #undef MD5_Finish
11 #define MD5_Update rb_digest_MD5_update
12 #define MD5_Finish rb_digest_MD5_finish
#define DEFINE_FINISH_FUNC_FROM_FINAL(name)
Definition: digest.h:46
#define DEFINE_UPDATE_FUNC_FOR_UINT(name)
Definition: digest.h:34