Retire CRYPTO_F_MPSAFE it is no longer of any use. The crypto framework
authorclaudio <claudio@openbsd.org>
Tue, 3 May 2022 09:18:11 +0000 (09:18 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 3 May 2022 09:18:11 +0000 (09:18 +0000)
commitfb8de0f1e1a0e38878bacd50911133df5b0c83e9
treed585d9b0a5b7eefdbebc0ae6534547657fcd3431
parentc471a73b6524ed1e52e6e48ecbdea0a4a57c470a
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@
sys/crypto/cryptodev.h
sys/netinet/ip_ah.c
sys/netinet/ip_esp.c
sys/netinet/ip_ipcomp.c