mirror of
https://github.com/libAthena/athena.git
synced 2025-12-14 15:46:23 +00:00
* Fix botched commit (forgot -a)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
|
||||
#ifndef _SHA1_H_
|
||||
#define _SHA1_H_
|
||||
|
||||
#include <Types.hpp>
|
||||
|
||||
#include <Types.hpp>
|
||||
|
||||
#ifndef __DOXYGEN_IGNORE__
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
@@ -32,10 +32,10 @@ typedef struct SHA1Context
|
||||
void SHA1Reset(SHA1Context *);
|
||||
int SHA1Result(SHA1Context *);
|
||||
void SHA1Input( SHA1Context *,
|
||||
const unsigned char *,
|
||||
unsigned);
|
||||
|
||||
|
||||
const unsigned char *,
|
||||
unsigned);
|
||||
|
||||
|
||||
|
||||
Uint8* getSha1( Uint8 * stuff, Uint32 stuff_size );
|
||||
|
||||
@@ -43,4 +43,5 @@ Uint8* getSha1( Uint8 * stuff, Uint32 stuff_size );
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // __DOXYGEN_IGNORE__
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user