diff options
| author | tb <> | 2021-11-01 20:53:08 +0000 |
|---|---|---|
| committer | tb <> | 2021-11-01 20:53:08 +0000 |
| commit | f478d62658b61e2242dbf3575bf454f8c0f432b1 (patch) | |
| tree | cbf2de4e6ef2a9e9d9281e6e60c30149cd648fd1 /src/lib/libcrypto/ossl_typ.h | |
| parent | b5a22e689a6f2534ae4b6d7fe4bf885792892295 (diff) | |
| download | openbsd-f478d62658b61e2242dbf3575bf454f8c0f432b1.tar.gz openbsd-f478d62658b61e2242dbf3575bf454f8c0f432b1.tar.bz2 openbsd-f478d62658b61e2242dbf3575bf454f8c0f432b1.zip | |
Move the now internal X.509-related structs into x509_lcl.h.
Garbage collect the now unused LIBRESSL_CRYPTO_INTERNAL and
LIBRESSL_OPAQUE_X509. Include "x509_lcl.h" where needed and
fix a couple of unnecessary reacharounds.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/ossl_typ.h')
| -rw-r--r-- | src/lib/libcrypto/ossl_typ.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ossl_typ.h b/src/lib/libcrypto/ossl_typ.h index 234fdca1ea..99f120644f 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.13 2015/09/30 04:10:07 doug Exp $ */ | 1 | /* $OpenBSD: ossl_typ.h,v 1.14 2021/11/01 20:53:08 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 | * |
| @@ -127,6 +127,11 @@ typedef struct X509_pubkey_st X509_PUBKEY; | |||
| 127 | typedef struct x509_store_st X509_STORE; | 127 | typedef struct x509_store_st X509_STORE; |
| 128 | typedef struct x509_store_ctx_st X509_STORE_CTX; | 128 | typedef struct x509_store_ctx_st X509_STORE_CTX; |
| 129 | 129 | ||
| 130 | typedef struct x509_object_st X509_OBJECT; | ||
| 131 | typedef struct x509_lookup_st X509_LOOKUP; | ||
| 132 | typedef struct x509_lookup_method_st X509_LOOKUP_METHOD; | ||
| 133 | typedef struct X509_VERIFY_PARAM_st X509_VERIFY_PARAM; | ||
| 134 | |||
| 130 | typedef struct pkcs8_priv_key_info_st PKCS8_PRIV_KEY_INFO; | 135 | typedef struct pkcs8_priv_key_info_st PKCS8_PRIV_KEY_INFO; |
| 131 | 136 | ||
| 132 | typedef struct v3_ext_ctx X509V3_CTX; | 137 | typedef struct v3_ext_ctx X509V3_CTX; |
