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

#ifndef MD5OSSL_H_INCLUDED
#define MD5OSSL_H_INCLUDED

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

void MD5_Finish(MD5_CTX *pctx, unsigned char *digest);
int MD5_Equal(MD5_CTX *pctx1, MD5_CTX *pctx2);

#endif