There was a need to support thread ID types that couldn't be reliably cast
[openssl.git] / doc / crypto / bn.pod
index cd2f8e50c6c7222298bf9daac74d734bb367fd0e..213cba1c41f5285a47f6d3751e6a9c04860dfaf0 100644 (file)
@@ -131,8 +131,10 @@ bn - multiprecision integer arithmetics
        BN_CTX *ctx);
  int BN_BLINDING_invert_ex(BIGNUM *n,const BIGNUM *r,BN_BLINDING *b,
        BN_CTX *ctx);
- unsigned long BN_BLINDING_get_thread_id(const BN_BLINDING *);
- void BN_BLINDING_set_thread_id(BN_BLINDING *, unsigned long);
+ void BN_BLINDING_set_thread(BN_BLINDING *);
+ int BN_BLINDING_cmp_thread(const BN_BLINDING *,
+        const CRYPTO_THREADID *);
+
  unsigned long BN_BLINDING_get_flags(const BN_BLINDING *);
  void BN_BLINDING_set_flags(BN_BLINDING *, unsigned long);
  BN_BLINDING *BN_BLINDING_create_param(BN_BLINDING *b,