1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-20 10:40:39 +03:00
SoftEtherVPN/src/Cedar/WaterMark.h

31 lines
597 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
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <wchar.h>
#include <stdarg.h>
#include <time.h>
#include <Mayaqua/Mayaqua.h>
#include <Cedar/Cedar.h>
#ifndef WATERMARK_H
#define WATERMARK_H
// 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