aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/crypto.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2008-05-19 20:45:25 +0000
committerBodo Möller <bodo@openssl.org>2008-05-19 20:45:25 +0000
commit4bd4afa34e4c67279edee29c93b03bd7ed144d88 (patch)
tree7a83925c7d3ae520007a4d2de775314d9b4132bf /crypto/crypto.h
parent148bb9515c7e1be16cc17e4b59e043c84a40af16 (diff)
downloadopenssl-4bd4afa34e4c67279edee29c93b03bd7ed144d88.tar.gz
Change use of CRYPTO_THREADID so that we always use both the ulong and
ptr members. (So if the id_callback is bogus, we still have &errno.)
Diffstat (limited to 'crypto/crypto.h')
-rw-r--r--crypto/crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/crypto.h b/crypto/crypto.h
index bb9b89c6a5..437ed63df1 100644
--- a/crypto/crypto.h
+++ b/crypto/crypto.h
@@ -307,8 +307,8 @@ DECLARE_STACK_OF(CRYPTO_EX_DATA_FUNCS)
* apart when someone decides to extend this in some way. */
typedef struct crypto_threadid
{
- void *ptr;
unsigned long ulong;
+ void *ptr;
} CRYPTO_THREADID;
/* Per class, we have a STACK of CRYPTO_EX_DATA_FUNCS for each CRYPTO_EX_DATA