CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/05/03 03:18:11
Modified files: sys/crypto : cryptodev.h sys/netinet : ip_ipcomp.c ip_esp.c ip_ah.c Log message: Retire CRYPTO_F_MPSAFE it is no longer of any use. The crypto framework no longer uses a callback and so there is no need to define the callback as MPSAFE. OK bluhm@