diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-09-08 10:40:19 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-09-08 10:40:19 +0200 |
commit | efe5c58c017f8a4b85f8915e4ae8d55f04f2ea77 (patch) | |
tree | bb74a296259a3d2bb7be46e280ba0504d9c64892 | |
parent | ed38b5e9cb4a8285b9fd259b6a44ab1031ffc604 (diff) | |
download | plan9front-efe5c58c017f8a4b85f8915e4ae8d55f04f2ea77.tar.xz |
authsrv(2): update Nvrsafe structure to include aesmachkey
-rw-r--r-- | sys/man/2/authsrv | 3 |
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 |