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

ext/digest/rmd160/rmd160ossl.c

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

Generated on Thu Sep 8 2011 03:50:29 for Ruby by  doxygen 1.7.1