mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-10-14 09:55:33 +08:00
reverted extern c syntax,fixed a makefile problem
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
extern "C"{
|
||||
#include "lib/aes.h"
|
||||
#include "lib/md5.h"
|
||||
}
|
||||
#include "lib/aes.h"
|
||||
#include "lib/md5.h"
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
Reference in New Issue
Block a user