From 4bd4afa34e4c67279edee29c93b03bd7ed144d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Mon, 19 May 2008 20:45:25 +0000 Subject: 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.) --- crypto/crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/crypto.h') 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 -- cgit v1.2.3