diff options
Diffstat (limited to 'src/lib/libcrypto')
| -rw-r--r-- | src/lib/libcrypto/ossl_typ.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/lib/libcrypto/ossl_typ.h b/src/lib/libcrypto/ossl_typ.h index 237a8d9672..2d8e6674d2 100644 --- a/src/lib/libcrypto/ossl_typ.h +++ b/src/lib/libcrypto/ossl_typ.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ossl_typ.h,v 1.30 2023/08/11 05:10:35 tb Exp $ */ | 1 | /* $OpenBSD: ossl_typ.h,v 1.31 2024/05/27 09:12:32 jsg Exp $ */ |
| 2 | /* ==================================================================== | 2 | /* ==================================================================== |
| 3 | * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. |
| 4 | * | 4 | * |
| @@ -94,9 +94,6 @@ typedef struct bn_gencb_st BN_GENCB; | |||
| 94 | typedef struct bio_st BIO; | 94 | typedef struct bio_st BIO; |
| 95 | typedef struct buf_mem_st BUF_MEM; | 95 | typedef struct buf_mem_st BUF_MEM; |
| 96 | 96 | ||
| 97 | typedef struct comp_ctx_st COMP_CTX; | ||
| 98 | typedef struct comp_method_st COMP_METHOD; | ||
| 99 | |||
| 100 | typedef struct evp_cipher_st EVP_CIPHER; | 97 | typedef struct evp_cipher_st EVP_CIPHER; |
| 101 | typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX; | 98 | typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX; |
| 102 | typedef struct evp_md_st EVP_MD; | 99 | typedef struct evp_md_st EVP_MD; |
| @@ -130,7 +127,6 @@ typedef struct rand_meth_st RAND_METHOD; | |||
| 130 | typedef struct x509_st X509; | 127 | typedef struct x509_st X509; |
| 131 | typedef struct X509_algor_st X509_ALGOR; | 128 | typedef struct X509_algor_st X509_ALGOR; |
| 132 | typedef struct X509_crl_st X509_CRL; | 129 | typedef struct X509_crl_st X509_CRL; |
| 133 | typedef struct x509_crl_method_st X509_CRL_METHOD; | ||
| 134 | typedef struct x509_revoked_st X509_REVOKED; | 130 | typedef struct x509_revoked_st X509_REVOKED; |
| 135 | typedef struct X509_name_st X509_NAME; | 131 | typedef struct X509_name_st X509_NAME; |
| 136 | typedef struct X509_pubkey_st X509_PUBKEY; | 132 | typedef struct X509_pubkey_st X509_PUBKEY; |
| @@ -147,9 +143,6 @@ typedef struct pkcs8_priv_key_info_st PKCS8_PRIV_KEY_INFO; | |||
| 147 | typedef struct v3_ext_ctx X509V3_CTX; | 143 | typedef struct v3_ext_ctx X509V3_CTX; |
| 148 | typedef struct conf_st CONF; | 144 | typedef struct conf_st CONF; |
| 149 | 145 | ||
| 150 | typedef struct store_st STORE; | ||
| 151 | typedef struct store_method_st STORE_METHOD; | ||
| 152 | |||
| 153 | typedef struct ui_st UI; | 146 | typedef struct ui_st UI; |
| 154 | typedef struct ui_method_st UI_METHOD; | 147 | typedef struct ui_method_st UI_METHOD; |
| 155 | 148 | ||
