Quick fix - must fix script to compose project correctly
This commit is contained in:
parent
bd11fb5eed
commit
88619134bc
2
header.h
2
header.h
|
@ -19,8 +19,6 @@
|
|||
#include <openssl/sha.h>
|
||||
#include <openssl/rand.h>
|
||||
|
||||
#include "bink.h"
|
||||
|
||||
#define PK_LENGTH 25
|
||||
#define NULL_TERMINATOR 1
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "header.h"
|
||||
#include "bink.h"
|
||||
|
||||
void unpack2003(ul32 *osfamily, ul32 *hash, ul32 *sig, ul32 *prefix, ul32 *raw)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue