Date: Fri, 22 Nov 2019 20:18:08 +0000 (UTC) From: Conrad Meyer <cem@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r355017 - head/sys/dev/random Message-ID: <201911222018.xAMKI8sY015759@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cem Date: Fri Nov 22 20:18:07 2019 New Revision: 355017 URL: https://svnweb.freebsd.org/changeset/base/355017 Log: random(4): Remove unused definitions Approved by: csprng(gordon, markm) Differential Revision: https://reviews.freebsd.org/D22481 Modified: head/sys/dev/random/randomdev.h Modified: head/sys/dev/random/randomdev.h ============================================================================== --- head/sys/dev/random/randomdev.h Fri Nov 22 19:56:52 2019 (r355016) +++ head/sys/dev/random/randomdev.h Fri Nov 22 20:18:07 2019 (r355017) @@ -65,12 +65,9 @@ extern bool random_bypass_disable_warnings; struct harvest_event; -typedef void random_alg_init_t(void *); -typedef void random_alg_deinit_t(void *); typedef void random_alg_pre_read_t(void); typedef void random_alg_read_t(uint8_t *, size_t); typedef bool random_alg_seeded_t(void); -typedef void random_alg_reseed_t(void); typedef void random_alg_eventprocessor_t(struct harvest_event *); typedef u_int random_source_read_t(void *, u_int);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911222018.xAMKI8sY015759>