Mark Murray wrote:
> 
> Hi All
> 
> Please could those of you with the time and computrons available
> please review the patches for the entropy (/dev/random) driver at
> http://people.freebsd.org/~markm/randomdev.patch.

I'm getting some errors trying to build this.  Attached is my make.log
that shows the errors.

-Donn
linking kernel
yarrow.o: In function `random_kthread':
yarrow.o(.text+0x36): undefined reference to `yarrow_hash_init'
yarrow.o(.text+0xe3): undefined reference to `yarrow_hash_iterate'
yarrow.o(.text+0x103): undefined reference to `yarrow_hash_iterate'
yarrow.o: In function `reseed':
yarrow.o(.text+0x317): undefined reference to `yarrow_hash_init'
yarrow.o(.text+0x334): undefined reference to `yarrow_hash_iterate'
yarrow.o(.text+0x34b): undefined reference to `yarrow_hash_iterate'
yarrow.o(.text+0x37a): undefined reference to `yarrow_hash_init'
yarrow.o(.text+0x392): undefined reference to `yarrow_hash_iterate'
yarrow.o(.text+0x3a3): undefined reference to `yarrow_hash_iterate'
yarrow.o(.text+0x3b6): undefined reference to `yarrow_hash_iterate'
yarrow.o(.text+0x3c6): undefined reference to `yarrow_hash_finish'
yarrow.o(.text+0x3f5): undefined reference to `yarrow_hash_init'
yarrow.o(.text+0x406): undefined reference to `yarrow_hash_iterate'
yarrow.o(.text+0x42c): undefined reference to `yarrow_hash_iterate'
yarrow.o(.text+0x449): undefined reference to `yarrow_hash_finish'
yarrow.o(.text+0x457): undefined reference to `yarrow_encrypt_init'
yarrow.o(.text+0x481): undefined reference to `yarrow_encrypt'
yarrow.o: In function `read_random':
yarrow.o(.text+0x5d0): undefined reference to `yarrow_encrypt'
yarrow.o(.text+0x645): undefined reference to `yarrow_encrypt'
yarrow.o: In function `generator_gate':
yarrow.o(.text+0x78b): undefined reference to `yarrow_encrypt'
yarrow.o(.text+0x7a6): undefined reference to `yarrow_encrypt_init'
*** Error code 1

Stop in /usr/src/sys/compile/CUSTOM.

Reply via email to