Module Name: src Committed By: riastradh Date: Sun May 22 11:39:37 UTC 2022
Modified Files: src/share/man/man9: opencrypto.9 src/sys/netipsec: xform_ah.c xform_ipcomp.c src/sys/opencrypto: crypto.c cryptodev.c cryptodev.h Log Message: opencrypto: Make crypto_freesession return void. No callers use the return value. It is not sensible to allow this to fail. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/share/man/man9/opencrypto.9 cvs rdiff -u -r1.111 -r1.112 src/sys/netipsec/xform_ah.c cvs rdiff -u -r1.71 -r1.72 src/sys/netipsec/xform_ipcomp.c cvs rdiff -u -r1.124 -r1.125 src/sys/opencrypto/crypto.c cvs rdiff -u -r1.119 -r1.120 src/sys/opencrypto/cryptodev.c cvs rdiff -u -r1.47 -r1.48 src/sys/opencrypto/cryptodev.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.