File: integr.c

package info (click to toggle)
arj 3.10.22-9
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,688 kB
  • ctags: 3,863
  • sloc: ansic: 32,935; makefile: 2,023; sh: 1,547; asm: 436
file content (15 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * $Id: integr.c,v 1.2 2005/06/18 19:45:06 andrew_belov Exp $
 * ---------------------------------------------------------------------------
 * This is a portable version of the integrity validation record.
 *
 */

static const char intergrity_identifier[] = {
	0xB0, 0x03, 0xB0, 0x02, 0xB0, 0x03,
	0xB0, 0x04, 0xB0, 0x05,
	0x90, 0x90, 0x90, 0x90,
	0x90, 0x90, 0x90, 0x90,
	0xB0, 0x01, 0xB0, 0x01, 0xC3
};