summaryrefslogtreecommitdiffstats
path: root/crypto/rand/build.info
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-05-25 14:45:49 +1000
committerPauli <paul.dale@oracle.com>2020-06-24 20:07:46 +1000
commitdc4e74ef6c10a13d8a8947c71e9ee70a0abe642e (patch)
tree71874ab26e07fa58dac4240ff772b9eb84fa9571 /crypto/rand/build.info
parent6154f9a7cad7805a551343ed2111231aa2e00681 (diff)
evp_rand: documentation
EVP_RAND, the RNGs and provider-rand. Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/11682)
Diffstat (limited to 'crypto/rand/build.info')
-rw-r--r--crypto/rand/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rand/build.info b/crypto/rand/build.info
index b7a4d598f1..7776ca8820 100644
--- a/crypto/rand/build.info
+++ b/crypto/rand/build.info
@@ -1,7 +1,7 @@
LIBS=../../libcrypto
$COMMON=drbg_lib.c rand_lib.c
-$CRYPTO=randfile.c rand_err.c
+$CRYPTO=randfile.c rand_err.c rand_deprecated.c
IF[{- !$disabled{'egd'} -}]
$CRYPTO=$CRYPTO rand_egd.c