summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2022-01-14 08:23:25 +0000
committertb <>2022-01-14 08:23:25 +0000
commit43d61e8f3bb584cd24df6647c53daae59953c795 (patch)
treedca77134cfe217fab9f68f1c4f29c781e6722920 /src
parente14062c57c831c060e72723219808d64a4df30da (diff)
downloadopenbsd-43d61e8f3bb584cd24df6647c53daae59953c795.tar.gz
openbsd-43d61e8f3bb584cd24df6647c53daae59953c795.tar.bz2
openbsd-43d61e8f3bb584cd24df6647c53daae59953c795.zip
Garbage collect the unused OPENSSL_ITEM
ok inoguchi jsing
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/crypto.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/lib/libcrypto/crypto.h b/src/lib/libcrypto/crypto.h
index f8cae75943..5524feec98 100644
--- a/src/lib/libcrypto/crypto.h
+++ b/src/lib/libcrypto/crypto.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: crypto.h,v 1.53 2021/12/11 07:38:03 anton Exp $ */ 1/* $OpenBSD: crypto.h,v 1.54 2022/01/14 08:23:25 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 *
@@ -143,15 +143,6 @@ extern "C" {
143#define SSLEAY_PLATFORM 4 143#define SSLEAY_PLATFORM 4
144#define SSLEAY_DIR 5 144#define SSLEAY_DIR 5
145 145
146/* A generic structure to pass assorted data in a expandable way */
147typedef struct openssl_item_st {
148 int code;
149 void *value; /* Not used for flag attributes */
150 size_t value_size; /* Max size of value for output, length for input */
151 size_t *value_length; /* Returned length of value for output */
152} OPENSSL_ITEM;
153
154
155/* When changing the CRYPTO_LOCK_* list, be sure to maintain the text lock 146/* When changing the CRYPTO_LOCK_* list, be sure to maintain the text lock
156 * names in cryptlib.c 147 * names in cryptlib.c
157 */ 148 */