Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
md5ossl.h
Go to the documentation of this file.
1 /* $Id$ */
2 
3 #ifndef MD5OSSL_H_INCLUDED
4 #define MD5OSSL_H_INCLUDED
5 
6 #include <stddef.h>
7 #include <openssl/md5.h>
8 
9 #define MD5_BLOCK_LENGTH MD5_CBLOCK
10 
12 #undef MD5_Finish
13 #define MD5_Finish rb_digest_MD5_finish
14 
15 #endif
DEFINE_FINISH_FUNC_FROM_FINAL
#define DEFINE_FINISH_FUNC_FROM_FINAL(name)
Definition: digest.h:46