reverted extern c syntax,fixed a makefile problem

This commit is contained in:
wangyu
2017-08-11 12:25:04 +08:00
parent bc6358aa0a
commit e890a6344c
3 changed files with 4 additions and 8 deletions

View File

@@ -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>