freebsd-ports/security/trousers/files/patch-src-include-tcsd_ops.h
Norikatsu Shigemura 7612f38ced Add trousers 0.3.6, is a CPL (Common Public License) licensed Trusted
Computing Software Stack.  It is mostly compliant with the TSS 1.2
specification.

Obtained from:	http://bsssd.sourceforge.net/
2010-11-07 12:05:27 +00:00

11 lines
274 B
C

--- src/include/tcsd_ops.h.orig 2010-01-29 01:27:51.000000000 +0900
+++ src/include/tcsd_ops.h 2010-10-24 21:04:04.827558718 +0900
@@ -123,7 +123,7 @@
struct tcsd_op {
char *name;
- int op[];
+ int op[20];
};
struct tcsd_op tcsd_op_seal = {"seal", {TCSD_OP_SEAL}};