summaryrefslogtreecommitdiff
path: root/jni/ruby/ext/digest/md5/md5ossl.h
blob: 752303805028ba7c3154e86025a384253f71f80d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* $Id: md5ossl.h 46829 2014-07-15 15:43:03Z nobu $ */

#ifndef MD5OSSL_H_INCLUDED
#define MD5OSSL_H_INCLUDED

#include <stddef.h>
#include <openssl/md5.h>

#define MD5_BLOCK_LENGTH        MD5_CBLOCK

void MD5_Finish(MD5_CTX *pctx, unsigned char *digest);

#endif