Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2002-10-16 05:32:46 +0400
committerGeoff Thorpe <geoff@openssl.org>2002-10-16 05:32:46 +0400
commitb963f807be333543e59f75f1c6c8405e3cd15d95 (patch)
tree7b3842c045e3cdf0fa93daeae2efa971b6e896ae /util
parent005bbb52ffb63874eedefa9c0c8613a370aef97f (diff)
- Remo Inverardi noticed that ENGINEs don't have an "up_ref" function in the
normal 'structural' case (ENGINE_init() satisfies this in the less normal 'functional' case). This change provides such a function. - Correct some "read" locks that should actually be "write" locks. - make update.
Diffstat (limited to 'util')
-rwxr-xr-xutil/libeay.num1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libeay.num b/util/libeay.num
index 3e328a7136..439f5b2153 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -2793,3 +2793,4 @@ ASN1_UNIVERSALSTRING_it 3234 EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTI
d2i_ASN1_UNIVERSALSTRING 3235 EXIST::FUNCTION:
EVP_des_ede3_ecb 3236 EXIST::FUNCTION:DES
X509_REQ_print_ex 3237 EXIST::FUNCTION:BIO
+ENGINE_up_ref 3238 EXIST::FUNCTION: