DEBSOURCES
Skip Quicknav
sources / unar / 1.1-2 / XADMaster / RARBug.h
12345678
#ifndef __RARBUG_H__ #define __RARBUG_H__ #include <openssl/sha.h> void SHA1_Update_WithRARBug(SHA_CTX *ctx,void *bytes,unsigned long length,int bug); #endif