aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-06-19 00:04:57 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-06-19 00:04:57 +0000
commit3cc1f498a171f9268859a443ae8d4cd7fce6a43b (patch)
treee3ea38bd4ff45743779f94871336e4cb8984fe19 /crypto/cryptlib.c
parentc6c0035ea5d3d4adf81704a9592dc132283bdb38 (diff)
downloadopenssl-3cc1f498a171f9268859a443ae8d4cd7fce6a43b.tar.gz
Don't set pointer if add_lock_callback used.
Diffstat (limited to 'crypto/cryptlib.c')
-rw-r--r--crypto/cryptlib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c
index e9c9b3b5a2..b733abafee 100644
--- a/crypto/cryptlib.c
+++ b/crypto/cryptlib.c
@@ -431,7 +431,6 @@ int CRYPTO_add_lock(int *pointer, int amount, int type, const char *file,
CRYPTO_get_lock_name(type),
file,line);
#endif
- *pointer=ret;
}
else
{