Ruby
1.9.3p484(2013-11-22revision43786)
Main Page
Modules
Data Structures
Files
File List
Globals
ext
digest
md5
md5ossl.h
Go to the documentation of this file.
1
/* $Id: md5ossl.h 25189 2009-10-02 12:04:37Z akr $ */
2
3
#ifndef MD5OSSL_H_INCLUDED
4
#define MD5OSSL_H_INCLUDED
5
6
#include <stddef.h>
7
#include <openssl/md5.h>
8
9
#define MD5_BLOCK_LENGTH MD5_CBLOCK
10
11
void
MD5_Finish
(
MD5_CTX
*pctx,
unsigned
char
*digest);
12
13
#endif
14
Generated on Fri Nov 22 2013 07:03:59 for Ruby by
1.8.3