diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/ossl_typ.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/ossl_typ.h b/src/lib/libcrypto/ossl_typ.h index 4553a5ecff..237a8d9672 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.29 2023/08/11 04:45:26 tb Exp $ */ | 1 | /* $OpenBSD: ossl_typ.h,v 1.30 2023/08/11 05:10:35 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 | * |
@@ -99,8 +99,8 @@ typedef struct comp_method_st COMP_METHOD; | |||
99 | 99 | ||
100 | typedef struct evp_cipher_st EVP_CIPHER; | 100 | typedef struct evp_cipher_st EVP_CIPHER; |
101 | typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX; | 101 | typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX; |
102 | typedef struct env_md_st EVP_MD; | 102 | typedef struct evp_md_st EVP_MD; |
103 | typedef struct env_md_ctx_st EVP_MD_CTX; | 103 | typedef struct evp_md_ctx_st EVP_MD_CTX; |
104 | typedef struct evp_pkey_st EVP_PKEY; | 104 | typedef struct evp_pkey_st EVP_PKEY; |
105 | 105 | ||
106 | typedef struct evp_pkey_asn1_method_st EVP_PKEY_ASN1_METHOD; | 106 | typedef struct evp_pkey_asn1_method_st EVP_PKEY_ASN1_METHOD; |