Module Name: src Committed By: pooka Date: Fri Jan 17 01:32:53 UTC 2014
Modified Files: src/sys/rump/kern/lib/libcrypto: Makefile src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c rump.c rump_private.h Added Files: src/sys/rump/librump/rumpkern: hyperentropy.c Removed Files: src/sys/rump/librump/rumpkern: cprng_stub.c Log Message: Use subr_cprng.c instead of stub implementation. Rijndael migrates from rumpkern_crypto to rumpkern due to it being mandatory for cprng. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/rump/kern/lib/libcrypto/Makefile cvs rdiff -u -r1.134 -r1.135 src/sys/rump/librump/rumpkern/Makefile.rumpkern cvs rdiff -u -r1.8 -r0 src/sys/rump/librump/rumpkern/cprng_stub.c cvs rdiff -u -r1.160 -r1.161 src/sys/rump/librump/rumpkern/emul.c cvs rdiff -u -r0 -r1.1 src/sys/rump/librump/rumpkern/hyperentropy.c cvs rdiff -u -r1.281 -r1.282 src/sys/rump/librump/rumpkern/rump.c cvs rdiff -u -r1.78 -r1.79 src/sys/rump/librump/rumpkern/rump_private.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.