summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/bn/bn.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/bn/bn.h')
-rw-r--r--crypto/openssl/crypto/bn/bn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/openssl/crypto/bn/bn.h b/crypto/openssl/crypto/bn/bn.h
index b40682f..3da6d8c 100644
--- a/crypto/openssl/crypto/bn/bn.h
+++ b/crypto/openssl/crypto/bn/bn.h
@@ -248,6 +248,8 @@ typedef struct bn_blinding_st
BIGNUM *A;
BIGNUM *Ai;
BIGNUM *mod; /* just a reference */
+ unsigned long thread_id; /* added in OpenSSL 0.9.6j and 0.9.7b;
+ * used only by crypto/rsa/rsa_eay.c, rsa_lib.c */
} BN_BLINDING;
/* Used for montgomery multiplication */
OpenPOWER on IntegriCloud