diff --git a/kern/common.h b/kern/common.h index d4a502d00..e98a0796f 100644 --- a/kern/common.h +++ b/kern/common.h @@ -31,12 +31,14 @@ #define ETH_P_IP 0x0800 /* Internet Protocol packet */ #define SKB_MAX_DATA_SIZE 2048 +// alawyse, we used it in openssl_tc.h +const volatile u32 target_port = 443; + // Optional Target PID // .rodata section bug via : https://github.com/ehids/ecapture/issues/39 #ifndef KERNEL_LESS_5_2 const volatile u64 target_pid = 0; const volatile u64 target_uid = 0; -const volatile u32 target_port = 443; const volatile int target_errno = BASH_ERRNO_DEFAULT; #else #endif