summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-06-20 17:36:11 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-06-20 17:36:11 +0000
commit8623f693d9a5c74f76311aebd29767e89467ecea (patch)
tree03798bbe6a24a55e425f874096d8b6b9486d109a /util
parent11af1a2758baefab1157755c508d7b7490155bab (diff)
New functions CONF_load_bio() and CONF_load_fp() to load a configuration
file from a bio or fp. Added some more constification to the BN library.
Diffstat (limited to 'util')
-rwxr-xr-xutil/libeay.num2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libeay.num b/util/libeay.num
index 56bff6575b..3236c3ad4d 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -1777,3 +1777,5 @@ BIO_ctrl_wpending 1801
BIO_new_bio_pair 1802
BIO_ctrl_get_write_guarantee 1803
CRYPTO_num_locks 1804
+CONF_load_bio 1805
+CONF_load_fp 1806