Ruby  2.1.10p492(2016-04-01revision54464)
rmd160ossl.h
Go to the documentation of this file.
1 /* $Id: rmd160ossl.h 25189 2009-10-02 12:04:37Z akr $ */
2 
3 #ifndef RMD160OSSL_H_INCLUDED
4 #define RMD160OSSL_H_INCLUDED
5 
6 #include <stddef.h>
7 #include <openssl/ripemd.h>
8 
9 #define RMD160_CTX RIPEMD160_CTX
10 
11 #define RMD160_Init RIPEMD160_Init
12 #define RMD160_Update RIPEMD160_Update
13 
14 #define RMD160_BLOCK_LENGTH RIPEMD160_CBLOCK
15 #define RMD160_DIGEST_LENGTH RIPEMD160_DIGEST_LENGTH
16 
17 void RMD160_Finish(RMD160_CTX *ctx, char *buf);
18 
19 #endif
unsigned char buf[MIME_BUF_SIZE]
Definition: nkf.c:4308
SSL_CTX * ctx
Definition: ossl_ssl.c:486
#define RMD160_Finish
Definition: rmd160.h:42