Ruby  2.1.10p492(2016-04-01revision54464)
sha1ossl.c
Go to the documentation of this file.
1 /* $Id: sha1ossl.c 52828 2015-12-01 04:07:10Z usa $ */
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 }
void SHA1_Finish(SHA1_CTX *ctx, char *buf)
Definition: sha1ossl.c:7
unsigned char buf[MIME_BUF_SIZE]
Definition: nkf.c:4308
Definition: sha1.h:16