diff options
author | Geoff Thorpe <geoff@openssl.org> | 2000-05-29 05:17:45 +0200 |
---|---|---|
committer | Geoff Thorpe <geoff@openssl.org> | 2000-05-29 05:17:45 +0200 |
commit | e2122268286a1bc17dc7c84e21a2d2748f93ddf7 (patch) | |
tree | c2a80d5bb4ae861aeee5e4e6bc399a8780e1aee8 /util | |
parent | oops. (diff) | |
download | openssl-e2122268286a1bc17dc7c84e21a2d2748f93ddf7.tar.xz openssl-e2122268286a1bc17dc7c84e21a2d2748f93ddf7.zip |
This declaration seems to have been added into the header file accidently.
There's no trace of it being implemented and it doesn't seem to have been
intended given that it is prototyped with a BIO yet there was a BIO-
specific version added in at the same time.
Diffstat (limited to 'util')
-rwxr-xr-x | util/libeay.num | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/libeay.num b/util/libeay.num index 03c8ee21e1..0945f92c1a 100755 --- a/util/libeay.num +++ b/util/libeay.num @@ -2248,7 +2248,6 @@ DSO_METHOD_win32 2273 ERR_load_DSO_strings 2274 DSO_METHOD_dl 2275 NCONF_load 2276 -CONF_dump 2277 NCONF_load_fp 2278 NCONF_new 2279 NCONF_get_string 2280 |