summaryrefslogtreecommitdiff
path: root/ext/digest/md5/md5ossl.h
blob: dda7c743ed5c2f9046602ac04775a3d65bbd0f8b (plain)
1
2
3
4
5
6
7
8
9
10
11
/* $Id$ */

#ifndef MD5OSSL_H_INCLUDED
#define MD5OSSL_H_INCLUDED

#include <openssl/md5.h>

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

#endif