RAND_POOL: Add missing implementations for djgpp
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Tue, 5 Jun 2018 21:22:06 +0000 (23:22 +0200)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Fri, 15 Jun 2018 06:13:03 +0000 (08:13 +0200)
commit748eb991f49585a609ec65b0d8d26835a2911045
tree8364416c7a18f0869d949b8d3038987e303c0645
parent86a92bcb13a843f820fae7f1a4c78a6e654fe069
RAND_POOL: Add missing implementations for djgpp

Calling the functions rand_pool_add_{additional,nonce}_data()
in crypto/rand/rand_lib.c with no implementation for djgpp/MSDOS
causees unresolved symbols when linking with djgpp.

Reported and fixed by Gisle Vanem

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6421)
crypto/rand/rand_unix.c