Ruby  2.0.0p645(2015-04-13revision50299)
md5ossl.h
Go to the documentation of this file.
1 /* $Id: md5ossl.h 25189 2009-10-02 12:04:37Z akr $ */
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 
11 void MD5_Finish(MD5_CTX *pctx, unsigned char *digest);
12 
13 #endif
void MD5_Finish(MD5_CTX *pms, uint8_t *digest)
Definition: md5.c:402