diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/ossl_typ.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/lib/libcrypto/ossl_typ.h b/src/lib/libcrypto/ossl_typ.h index b45f546cc0..6e33f8cfbd 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.24 2023/04/25 17:59:41 tb Exp $ */ | 1 | /* $OpenBSD: ossl_typ.h,v 1.25 2023/04/25 18:28:05 tb 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 | * |
| @@ -159,17 +159,6 @@ typedef struct engine_st ENGINE; | |||
| 159 | typedef struct ssl_st SSL; | 159 | typedef struct ssl_st SSL; |
| 160 | typedef struct ssl_ctx_st SSL_CTX; | 160 | typedef struct ssl_ctx_st SSL_CTX; |
| 161 | 161 | ||
| 162 | /* | ||
| 163 | * Move to x509_local.h in next major bump - x509_vfy.c needs X509_POLICY_TREE | ||
| 164 | * and X509_POLICY_CACHE. | ||
| 165 | */ | ||
| 166 | #if !defined(LIBRESSL_NEXT_API) || defined(LIBRESSL_INTERNAL) | ||
| 167 | typedef struct X509_POLICY_NODE_st X509_POLICY_NODE; | ||
| 168 | typedef struct X509_POLICY_LEVEL_st X509_POLICY_LEVEL; | ||
| 169 | typedef struct X509_POLICY_TREE_st X509_POLICY_TREE; | ||
| 170 | typedef struct X509_POLICY_CACHE_st X509_POLICY_CACHE; | ||
| 171 | #endif | ||
| 172 | |||
| 173 | typedef struct AUTHORITY_KEYID_st AUTHORITY_KEYID; | 162 | typedef struct AUTHORITY_KEYID_st AUTHORITY_KEYID; |
| 174 | typedef struct DIST_POINT_st DIST_POINT; | 163 | typedef struct DIST_POINT_st DIST_POINT; |
| 175 | typedef struct ISSUING_DIST_POINT_st ISSUING_DIST_POINT; | 164 | typedef struct ISSUING_DIST_POINT_st ISSUING_DIST_POINT; |
