Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Aug 2000 18:26:00 -0400
From:      Donn Miller <dmmiller@cvzoom.net>
To:        current@freebsd.org
Cc:        Mark Murray <mark@grondar.za>
Subject:   Re: Review requested for /dev/random driver improvements!
Message-ID:  <39A2FDF8.7092132F@cvzoom.net>
References:  <200008221352.e7MDqbG00418@grimreaper.grondar.za>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
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
[-- Attachment #2 --]
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.
help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39A2FDF8.7092132F>