created | 2022-05-08T10:04:36Z |
---|---|
begin | 2022-05-03T00:00:00Z |
end | 2022-05-03T09:18:11Z |
path | src/sys |
commits | 1 |
date | 2022-05-03T09:18:11Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/crypto/cryptodev.h | log | diff | annotate |
src/sys/netinet/ip_ah.c | log | diff | annotate | |
src/sys/netinet/ip_esp.c | log | diff | annotate | |
src/sys/netinet/ip_ipcomp.c | log | diff | annotate | |
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@ |