• Main Page
  • Modules
  • Data Structures
  • Files
  • File List
  • Globals

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 Sat Jul 7 2012 15:29:05 for Ruby by  doxygen 1.7.1