obfs: Remerge

This commit is contained in:
revsic
2019-02-22 22:38:51 +09:00
parent e686933e66
commit e37fcc2d9f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#define COMPILE_TIME_RANDOM
#define OBFS_RAND_VAL(MOD) RAND_VAL<__LINE__, MOD>
#define COMPILE_TIME_SEQUENCE
#define STRING_OBFS
#define OBFS_STRING
namespace obfs {
+3 -3
View File
@@ -1,8 +1,8 @@
#ifndef OBFUSCATOR
#define OBFUSCATOR
#include "impl/random.hpp"
#include "impl/sequence.hpp"
#include "impl/string.hpp"
#include "obfs/random.hpp"
#include "obfs/sequence.hpp"
#include "obfs/string.hpp"
#endif