mirror of
https://github.com/FIX94/Some-YAWMM-Mod.git
synced 2025-02-21 07:02:06 +01:00
7 lines
102 B
C
7 lines
102 B
C
#ifndef _SHA1_H_
|
|
#define _SHA1_H_
|
|
|
|
void SHA1(unsigned char *, unsigned int, unsigned char *);
|
|
|
|
#endif
|