summaryrefslogtreecommitdiff
path: root/ext/digest/md5/md5ossl.h
blob: 401ef3418d63a360b63a6dd0bacccdf12c77d516 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* $Id: md5ossl.h,v 1.1.2.1 2005/08/30 10:43:34 gotoyuzo Exp $ */

#ifndef MD5OSSL_H_INCLUDED
#define MD5OSSL_H_INCLUDED

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

void MD5_End(MD5_CTX *pctx, unsigned char *hexdigest);
int MD5_Equal(MD5_CTX *pctx1, MD5_CTX *pctx2);

#endif