OK, try this again. FreeBL needs Get_Noise in the freebl .so on solaris, so

move the random number stuff there where it belongs.
This commit is contained in:
relyea%netscape.com 2001-11-08 15:02:25 +00:00
Родитель 656f674030
Коммит 93489fda0a
7 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -76,6 +76,7 @@ else
CSRCS = \
ldvector.c \
prng_fips1861.c \
sysrand.c \
sha_fast.c \
md2.c \
md5.c \

Просмотреть файл

Просмотреть файл

@ -73,5 +73,4 @@ CSRCS = \
pkcs11u.c \
rawhash.c \
rsawrapr.c \
sysrand.c \
$(NULL)