Ruby  1.9.3p537(2014-02-19revision0)
ext/digest/md5/md5ossl.h
Go to the documentation of this file.
00001 /* $Id$ */
00002 
00003 #ifndef MD5OSSL_H_INCLUDED
00004 #define MD5OSSL_H_INCLUDED
00005 
00006 #include <stddef.h>
00007 #include <openssl/md5.h>
00008 
00009 #define MD5_BLOCK_LENGTH        MD5_CBLOCK
00010 
00011 void MD5_Finish(MD5_CTX *pctx, unsigned char *digest);
00012 
00013 #endif
00014