summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2021-03-09 17:27:55 +1000
committerShane Lontis <shane.lontis@oracle.com>2021-03-11 07:57:36 +1000
commit7a45d51ce3268d16409405b9d54d7b4bb77a7fc3 (patch)
tree3ed6e0451af6ed350eec65183113788b0797d7cd /util
parenta30823c80f8c1f4ac22fb358cab65ce4e81a5046 (diff)
Use BIO_f_readbuffer() in the decoder to support stdin.
Fixes #13185 Fixes #13352 Removed the existing code in file_store that was trying to figure out the input type. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14407)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 309676f39b..2ca427c63b 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5313,3 +5313,4 @@ EVP_RAND_CTX_gettable_params ? 3_0_0 EXIST::FUNCTION:
EVP_RAND_CTX_settable_params ? 3_0_0 EXIST::FUNCTION:
RAND_set_DRBG_type ? 3_0_0 EXIST::FUNCTION:
RAND_set_seed_source_type ? 3_0_0 EXIST::FUNCTION:
+BIO_f_readbuffer ? 3_0_0 EXIST::FUNCTION: