aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-01-24 16:16:43 +0000
committerBodo Möller <bodo@openssl.org>2002-01-24 16:16:43 +0000
commita14e2d9dfe0bc17800a5ab6b0439a3db50702586 (patch)
tree8c2cd60a3175e666ca68800fc0d245e65af1d496 /util
parenta8b94d64095204817c7c561d069322d4df12010e (diff)
downloadopenssl-a14e2d9dfe0bc17800a5ab6b0439a3db50702586.tar.gz
New functions
ERR_peek_last_error ERR_peek_last_error_line ERR_peek_last_error_line_data (supersedes ERR_peek_top_error). Rename OPENSSL_NO_OLD_DES_SUPPORT into OPENSSL_DISABLE_OLD_DES_SUPPORT because OPENSSL_NO_... indicates disabled algorithms (according to mkdef.pl).
Diffstat (limited to 'util')
-rwxr-xr-xutil/libeay.num5
1 files changed, 4 insertions, 1 deletions
diff --git a/util/libeay.num b/util/libeay.num
index 106806bebd..6823d03bb4 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -2749,7 +2749,10 @@ CONF_imodule_get_flags 3195 EXIST::FUNCTION:
CONF_imodule_get_module 3196 EXIST::FUNCTION:
CONF_modules_load 3197 EXIST::FUNCTION:
CONF_imodule_get_name 3198 EXIST::FUNCTION:
-ERR_peek_top_error 3199 EXIST::FUNCTION:
+ERR_peek_top_error 3199 NOEXIST::FUNCTION:
CONF_imodule_get_usr_data 3200 EXIST::FUNCTION:
CONF_imodule_set_flags 3201 EXIST::FUNCTION:
ENGINE_add_conf_module 3202 EXIST::FUNCTION:
+ERR_peek_last_error_line 3203 EXIST::FUNCTION:
+ERR_peek_last_error_line_data 3204 EXIST::FUNCTION:
+ERR_peek_last_error 3205 EXIST::FUNCTION: