root/ext/digest/md5/md5ossl.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


/* $Id: md5ossl.h 11708 2007-02-12 23:01:19Z shyouhei $ */

#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

/* [previous][next][first][last][top][bottom][index][help] */