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

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 */
};