bfd/
[deliverable/binutils-gdb.git] / include / vms / lbr.h
index 7d6f597cb076f6a1a5359f55705ebc08d85ea50d..91186ee371feda3a25b0c39b41d47bba5e3af6d1 100644 (file)
@@ -255,6 +255,19 @@ struct vms_datadef
 #define DATA__LENGTH 512
 #define DATA__DATA 6
 
+/* Key name block.  This is used for keys longer than 128 bytes.  */
+
+struct vms_kbn
+{
+  /* Length of the key chunk.  */
+  unsigned char keylen[2];
+
+  /* RFA of the next chunk.  */
+  struct vms_rfa rfa;
+
+  /* Followed by the key chunk.  */
+};
+
 /* Module header.  */
 struct vms_mhd
 {
This page took 0.025026 seconds and 4 git commands to generate.