CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/05/05 22:00:10
Modified files:
sys/uvm : uvm_swap_encrypt.c uvm_swap_encrypt.h
Log message:
make SWAP_KEY_GET symmetrical with SWAP_KEY_PUT by having it call
a function in uvm_swap_encrypt.c instead of doing stuff inline.
lets me remove an extern from the header too.
ok kettenis@
