authsrv(2): update Nvrsafe structure to include aesmachkey

This commit is contained in:
cinap_lenrek 2016-09-08 10:40:19 +02:00
parent ed38b5e9cb
commit efe5c58c01

View file

@ -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