Make it possible for methods to load from something other than a BIO,
authorRichard Levitte <levitte@openssl.org>
Thu, 19 Oct 2000 08:26:32 +0000 (08:26 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 19 Oct 2000 08:26:32 +0000 (08:26 +0000)
commitbefb3e7a4de7af6039ae2d37e995675e8f5fddc5
treea1c6b5be70bcc2bc810f6164ad35ca93afc5b641
parentc6f1787bbd8012b372158c15ac84abf75261be3e
Make it possible for methods to load from something other than a BIO,
by providing a function pointer that is given a name instead of a BIO.
For example, this could be used to load configuration data from an
LDAP server.
crypto/conf/conf.h
crypto/conf/conf_def.c
crypto/conf/conf_lib.c