From 45a80388123f637e32bcb9d2e5fb24db5565cbf3 Mon Sep 17 00:00:00 2001 From: Ben Kaduk Date: Mon, 24 Jun 2013 20:51:53 -0400 Subject: [PATCH] Make KeyFileExt comment match reality There is no file format version field as implemented. Remove it from the format laid out in the comment, and change the associated text to make more sense. Change-Id: I3a7e4ca22bb4d556a091abc0e6e22d3409e419cd Reviewed-on: http://gerrit.openafs.org/10020 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- src/auth/keys.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/auth/keys.c b/src/auth/keys.c index d3731c62b..c4de1a814 100644 --- a/src/auth/keys.c +++ b/src/auth/keys.c @@ -304,16 +304,13 @@ _afsconf_InitKeys(struct afsconf_dir *dir) * format: * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ - * | version number | - * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ * | number of keys | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ * | Key data ... * +-+-+-+-+-+-+-+ * - * The version number is 1 at present. Version numbers higher than 1 - * indicate a keyfile that is not backwards compatible with this - * specification. + * If the format ever needs to chanage incompatibly, a new file name + * will be used. * * Key data is a sequence of the following records (note that these are * not word aligned - the next record begins where the previous one ends) -- 2.39.5