summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2016-09-08 10:40:19 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2016-09-08 10:40:19 +0200
commitefe5c58c017f8a4b85f8915e4ae8d55f04f2ea77 (patch)
treebb74a296259a3d2bb7be46e280ba0504d9c64892
parented38b5e9cb4a8285b9fd259b6a44ab1031ffc604 (diff)
downloadplan9front-efe5c58c017f8a4b85f8915e4ae8d55f04f2ea77.tar.xz
authsrv(2): update Nvrsafe structure to include aesmachkey
-rw-r--r--sys/man/2/authsrv3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/man/2/authsrv b/sys/man/2/authsrv
index cd02411df..acaa7817f 100644
--- a/sys/man/2/authsrv
+++ b/sys/man/2/authsrv
@@ -143,6 +143,9 @@ struct Nvrsafe
uchar authidsum;
char authdom[DOMLEN]; /* auth domain, e.g., cs.bell-labs.com */
uchar authdomsum;
+
+ uchar aesmachkey[AESKEYLEN];
+ uchar aesmachsum;
};
.EE
.PP