diff options
| author | tb <> | 2022-01-14 08:23:25 +0000 |
|---|---|---|
| committer | tb <> | 2022-01-14 08:23:25 +0000 |
| commit | f4a0aa247cf5f96611d3401b098960dc193cb632 (patch) | |
| tree | dca77134cfe217fab9f68f1c4f29c781e6722920 | |
| parent | ac16e54e75a14731990afd6a000b7a0ea3cdbfc8 (diff) | |
| download | openbsd-f4a0aa247cf5f96611d3401b098960dc193cb632.tar.gz openbsd-f4a0aa247cf5f96611d3401b098960dc193cb632.tar.bz2 openbsd-f4a0aa247cf5f96611d3401b098960dc193cb632.zip | |
Garbage collect the unused OPENSSL_ITEM
ok inoguchi jsing
Diffstat (limited to '')
| -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 | */ |
