mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-10-14 09:55:33 +08:00
add cmake support and fix compile errors
This commit is contained in:
10
encrypt.cpp
10
encrypt.cpp
@@ -1,11 +1,13 @@
|
||||
#include <lib/aes.h>
|
||||
#include <lib/md5.h>
|
||||
extern "C"{
|
||||
#include "lib/aes.h"
|
||||
#include "lib/md5.h"
|
||||
}
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <encrypt.h>
|
||||
#include <common.h>
|
||||
#include "encrypt.h"
|
||||
#include "common.h"
|
||||
#include "log.h"
|
||||
|
||||
//static uint64_t seq=1;
|
||||
|
Reference in New Issue
Block a user