Ruby
2.0.0p247(2013-06-27revision41674)
Main Page
Modules
Data Structures
Files
File List
Globals
ext
digest
sha1
sha1ossl.c
Go to the documentation of this file.
1
/* $Id: sha1ossl.c 25189 2009-10-02 12:04:37Z akr $ */
2
3
#include "
defs.h
"
4
#include "
sha1ossl.h
"
5
6
void
7
SHA1_Finish
(
SHA1_CTX
*ctx,
char
*
buf
)
8
{
9
SHA1_Final((
unsigned
char
*)buf, ctx);
10
}
defs.h
buf
unsigned char buf[MIME_BUF_SIZE]
Definition:
nkf.c:4308
SHA1_Finish
void SHA1_Finish(SHA1_CTX *context, uint8_t digest[20])
Definition:
sha1.c:247
SHA1_CTX
Definition:
sha1.h:16
sha1ossl.h
Generated on Fri Dec 27 2013 21:52:29 for Ruby by
1.8.5