summaryrefslogtreecommitdiff
path: root/ext/digest/md5/md5ossl.h
blob: 610f58db06bbe91abdd153da95e718b5b1d5e395 (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_End(MD5_CTX *pctx, unsigned char *hexdigest);
int MD5_Equal(MD5_CTX *pctx1, MD5_CTX *pctx2);

#endif