diff --git a/sys/opencrypto/cryptodev.h b/sys/opencrypto/cryptodev.h index dec754a7a3ff..6408eb417332 100644 --- a/sys/opencrypto/cryptodev.h +++ b/sys/opencrypto/cryptodev.h @@ -277,7 +277,6 @@ struct cryptop { int (*crp_callback)(struct cryptop *); /* Callback function */ - caddr_t crp_mac; struct bintime crp_tstamp; /* performance time stamp */ };