1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-25 10:59:53 +03:00
SoftEtherVPN/src/Cedar/WaterMark.h

24 lines
450 B
C
Raw Normal View History

2017-10-19 05:48:23 +03:00
// SoftEther VPN Source Code - Developer Edition Master Branch
2014-01-04 17:00:08 +04:00
// Cedar Communication Module
// WaterMark.h
// Header of WaterMark.c
#ifndef WATERMARK_H
#define WATERMARK_H
2021-04-05 05:48:25 +03:00
#include "Mayaqua/MayaType.h"
2014-01-04 17:00:08 +04:00
// Digital watermark
extern BYTE WaterMark[];
extern BYTE Saitama[];
UINT SizeOfWaterMark();
UINT SizeOfSaitama();
#define MAX_WATERMARK_SIZE (SizeOfWaterMark() + HTTP_PACK_RAND_SIZE_MAX * 2)
#endif // WATERMARK_H