diff options
Diffstat (limited to 'src/lib/libcrypto/ossl_typ.h')
-rw-r--r-- | src/lib/libcrypto/ossl_typ.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ossl_typ.h b/src/lib/libcrypto/ossl_typ.h index c4dd11eab2..21197f873a 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.17 2022/01/14 08:09:18 tb Exp $ */ | 1 | /* $OpenBSD: ossl_typ.h,v 1.18 2022/01/14 08:18:55 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 | * |
@@ -92,6 +92,7 @@ typedef struct bn_mont_ctx_st BN_MONT_CTX; | |||
92 | typedef struct bn_recp_ctx_st BN_RECP_CTX; | 92 | typedef struct bn_recp_ctx_st BN_RECP_CTX; |
93 | typedef struct bn_gencb_st BN_GENCB; | 93 | typedef struct bn_gencb_st BN_GENCB; |
94 | 94 | ||
95 | typedef struct bio_st BIO; | ||
95 | typedef struct buf_mem_st BUF_MEM; | 96 | typedef struct buf_mem_st BUF_MEM; |
96 | 97 | ||
97 | typedef struct evp_cipher_st EVP_CIPHER; | 98 | typedef struct evp_cipher_st EVP_CIPHER; |