diff options
Diffstat (limited to 'src/lib/libcrypto/ossl_typ.h')
-rw-r--r-- | src/lib/libcrypto/ossl_typ.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ossl_typ.h b/src/lib/libcrypto/ossl_typ.h index 21197f873a..161bf86a3e 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.18 2022/01/14 08:18:55 tb Exp $ */ | 1 | /* $OpenBSD: ossl_typ.h,v 1.19 2022/01/14 08:21:12 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 | * |
@@ -95,6 +95,9 @@ typedef struct bn_gencb_st BN_GENCB; | |||
95 | typedef struct bio_st BIO; | 95 | typedef struct bio_st BIO; |
96 | typedef struct buf_mem_st BUF_MEM; | 96 | typedef struct buf_mem_st BUF_MEM; |
97 | 97 | ||
98 | typedef struct comp_ctx_st COMP_CTX; | ||
99 | typedef struct comp_method_st COMP_METHOD; | ||
100 | |||
98 | typedef struct evp_cipher_st EVP_CIPHER; | 101 | typedef struct evp_cipher_st EVP_CIPHER; |
99 | typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX; | 102 | typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX; |
100 | typedef struct env_md_st EVP_MD; | 103 | typedef struct env_md_st EVP_MD; |