ext/digest/sha1/sha1ossl.c

Go to the documentation of this file.
00001 /* $Id: sha1ossl.c 28341 2010-06-16 09:38:14Z knu $ */
00002 
00003 #include "../defs.h"
00004 #include "sha1ossl.h"
00005 
00006 void
00007 SHA1_Finish(SHA1_CTX *ctx, char *buf)
00008 {
00009         SHA1_Final((unsigned char *)buf, ctx);
00010 }
00011 

Generated on Wed Aug 10 09:16:56 2011 for Ruby by  doxygen 1.4.7