diff options
author | tb <> | 2024-11-02 08:56:44 +0000 |
---|---|---|
committer | tb <> | 2024-11-02 08:56:44 +0000 |
commit | 31a7069580c5c1283d698f07f552c4dd435a4c2b (patch) | |
tree | 670c4c5f084daab91e58803677014caa67a53f8d /src/lib/libcrypto/crypto_local.h | |
parent | 5a3101c1d5e1f9f99c2d29cfd71180caf58af69b (diff) | |
download | openbsd-31a7069580c5c1283d698f07f552c4dd435a4c2b.tar.gz openbsd-31a7069580c5c1283d698f07f552c4dd435a4c2b.tar.bz2 openbsd-31a7069580c5c1283d698f07f552c4dd435a4c2b.zip |
Bye bye CRYPTO_THREADID
After we ripped it out of RSA blinding and finally the error stack, it
can go play in the attic with ENGINE and all the other abominations from
this particular keyboard.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/crypto_local.h')
-rw-r--r-- | src/lib/libcrypto/crypto_local.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/lib/libcrypto/crypto_local.h b/src/lib/libcrypto/crypto_local.h index 970a784660..2fc79051b2 100644 --- a/src/lib/libcrypto/crypto_local.h +++ b/src/lib/libcrypto/crypto_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: crypto_local.h,v 1.1 2024/03/02 11:37:13 tb Exp $ */ | 1 | /* $OpenBSD: crypto_local.h,v 1.2 2024/11/02 08:56:44 tb Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
@@ -123,16 +123,6 @@ | |||
123 | 123 | ||
124 | __BEGIN_HIDDEN_DECLS | 124 | __BEGIN_HIDDEN_DECLS |
125 | 125 | ||
126 | struct crypto_threadid_st { | ||
127 | void *ptr; | ||
128 | unsigned long val; | ||
129 | } /* CRYPTO_THREADID */; | ||
130 | |||
131 | void CRYPTO_THREADID_current(CRYPTO_THREADID *id); | ||
132 | int CRYPTO_THREADID_cmp(const CRYPTO_THREADID *a, const CRYPTO_THREADID *b); | ||
133 | void CRYPTO_THREADID_cpy(CRYPTO_THREADID *dest, const CRYPTO_THREADID *src); | ||
134 | unsigned long CRYPTO_THREADID_hash(const CRYPTO_THREADID *id); | ||
135 | |||
136 | __END_HIDDEN_DECLS | 126 | __END_HIDDEN_DECLS |
137 | 127 | ||
138 | #endif | 128 | #endif |