CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/07/08 03:22:30
Modified files:
sys/arch/amd64/amd64: aesni.c via.c
sys/arch/arm64/arm64: cryptox.c
sys/arch/i386/i386: via.c
sys/arch/i386/pci: glxsb.c
sys/arch/octeon/dev: octcrypto.c
sys/crypto : cryptosoft.c cryptosoft.h xform.c xform.h
sys/netinet : ip_ah.c ip_esp.c ip_ipcomp.c ip_ipsp.h
Log message:
The properties of the crypto algorithms never change. Declare them
constant. Then they are mapped as read only.
OK deraadt@ dlg@
