Some fixes for Linux

This commit is contained in:
unkernet
2017-08-27 20:46:54 +03:00
parent ee432c7932
commit a343a950ca
3 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,9 @@ THE SOFTWARE.
*/
#include <stdlib.h>
#ifndef __APPLE__
#include <malloc.h>
#endif
#include "crypto1_bs_crack.h"
inline uint64_t crack_states_bitsliced(uint32_t **task){

View File

@ -2,6 +2,7 @@
#include <stdio.h>
#include <stdint.h>
#include <unistd.h>
#include <signal.h>
#include <pthread.h>
#include "craptev1.h"
#include "crypto1_bs.h"

View File

@ -2,6 +2,7 @@
#include <stdio.h>
#include <stdint.h>
#include <unistd.h>
#include <signal.h>
#include <pthread.h>
#include "craptev1.h"
#include "crypto1_bs.h"