diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/crypto.h | 11 |
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 */ | ||
147 | typedef 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 | */ |