summaryrefslogtreecommitdiff
path: root/lib/libcrypto
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2022-01-14 08:23:26 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2022-01-14 08:23:26 +0000
commitf87b13ca87210d0d7a24e3f11d74e017ce2de410 (patch)
tree7f89e116e2052a31251bdbf254009370caa6e042 /lib/libcrypto
parent80ed653e7d39da1a64eb671e22b81f661a28afb0 (diff)
Garbage collect the unused OPENSSL_ITEM
ok inoguchi jsing
Diffstat (limited to 'lib/libcrypto')
-rw-r--r--lib/libcrypto/crypto.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/libcrypto/crypto.h b/lib/libcrypto/crypto.h
index f8cae75943d..5524feec983 100644
--- a/lib/libcrypto/crypto.h
+++ b/lib/libcrypto/crypto.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: crypto.h,v 1.53 2021/12/11 07:38:03 anton Exp $ */
+/* $OpenBSD: crypto.h,v 1.54 2022/01/14 08:23:25 tb Exp $ */
/* ====================================================================
* Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved.
*
@@ -143,15 +143,6 @@ extern "C" {
#define SSLEAY_PLATFORM 4
#define SSLEAY_DIR 5
-/* A generic structure to pass assorted data in a expandable way */
-typedef struct openssl_item_st {
- int code;
- void *value; /* Not used for flag attributes */
- size_t value_size; /* Max size of value for output, length for input */
- size_t *value_length; /* Returned length of value for output */
-} OPENSSL_ITEM;
-
-
/* When changing the CRYPTO_LOCK_* list, be sure to maintain the text lock
* names in cryptlib.c
*/