File: description.txt

package info (click to toggle)
libreswan 5.2-2.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 81,632 kB
  • sloc: ansic: 129,988; sh: 32,018; xml: 20,646; python: 10,303; makefile: 3,022; javascript: 1,506; sed: 574; yacc: 511; perl: 264; awk: 52
file content (14 lines) | stat: -rw-r--r-- 501 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Verify pluto's enum tables

In addition to performing internal consistency checks, this test dumps
out and then compares the value of all enums.  This is to ensure that
enum changes don't have unintentional consequences - for instance
modifying an enum value that goes across the wire (as part of the IKE
or whack protocol).

To update run:

$ ./OBJ.linux.x86_64/testing/programs/enumcheck/enumcheck > testing/programs/enumcheck/OUTPUT.enumcheck.txt
$ git diff

and then carefully examine the changes