Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2015-04-01 04:55:53 +0300
committerAdam Langley <agl@google.com>2015-04-09 02:24:49 +0300
commit33672736b7531dd3a214d93987dfd1f7455058ef (patch)
treea38fd509c49807e0eaf2c229da6376d589fa2fbc /crypto/rsa/internal.h
parentb9e77a0c0c501f81a7e9d31a53d6aa137f078faf (diff)
Get rid of the THREADID stuff.
Now that ERR is using thread-local storage, there's very little that the THREADID code is doing and it can be turned into stub functions. Change-Id: I668613fec39b26c894d029b10a8173c3055f6019
Diffstat (limited to 'crypto/rsa/internal.h')
-rw-r--r--crypto/rsa/internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/rsa/internal.h b/crypto/rsa/internal.h
index 3dd4f049..2763253a 100644
--- a/crypto/rsa/internal.h
+++ b/crypto/rsa/internal.h
@@ -81,7 +81,6 @@ int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx);
int BN_BLINDING_convert_ex(BIGNUM *n, BIGNUM *r, BN_BLINDING *b, BN_CTX *);
int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b, BN_CTX *);
-CRYPTO_THREADID *BN_BLINDING_thread_id(BN_BLINDING *);
unsigned long BN_BLINDING_get_flags(const BN_BLINDING *);
void BN_BLINDING_set_flags(BN_BLINDING *, unsigned long);
BN_BLINDING *BN_BLINDING_create_param(