[OpenAFS-devel] KeyFileExt format

Benjamin Kaduk kaduk@MIT.EDU
Wed, 12 Jun 2013 16:43:25 -0400 (EDT)


The code in parseExtendedKeyFile is inconsistent with the file format 
described in the comment above the keyfile handling code.  The comment has 
the first field in the file be a version number (of the file format), but 
the parsing code just starts right off reading a number of keys.

I assume we want to keep the version number field, but figured I'd 
double-check before submitting a patch to gerrit.

-Ben