Remove (now unused) crp_mac field.

This commit is contained in:
Pawel Jakub Dawidek 2006-05-22 16:27:27 +00:00
parent cd80523efc
commit 6c68b224b0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158832

View File

@ -277,7 +277,6 @@ struct cryptop {
int (*crp_callback)(struct cryptop *); /* Callback function */
caddr_t crp_mac;
struct bintime crp_tstamp; /* performance time stamp */
};