diff options
Diffstat (limited to 'src/lib/libcrypto/ossl_typ.h')
-rw-r--r-- | src/lib/libcrypto/ossl_typ.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ossl_typ.h b/src/lib/libcrypto/ossl_typ.h index d8e2d92ae4..78eb7e92ba 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.21 2022/01/14 08:59:30 tb Exp $ */ | 1 | /* $OpenBSD: ossl_typ.h,v 1.22 2022/12/26 07:18:50 jmc 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 | * |
@@ -170,7 +170,7 @@ typedef struct DIST_POINT_st DIST_POINT; | |||
170 | typedef struct ISSUING_DIST_POINT_st ISSUING_DIST_POINT; | 170 | typedef struct ISSUING_DIST_POINT_st ISSUING_DIST_POINT; |
171 | typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS; | 171 | typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS; |
172 | 172 | ||
173 | /* If placed in pkcs12.h, we end up with a circular depency with pkcs7.h */ | 173 | /* If placed in pkcs12.h, we end up with a circular dependency with pkcs7.h */ |
174 | #define DECLARE_PKCS12_STACK_OF(type) /* Nothing */ | 174 | #define DECLARE_PKCS12_STACK_OF(type) /* Nothing */ |
175 | #define IMPLEMENT_PKCS12_STACK_OF(type) /* Nothing */ | 175 | #define IMPLEMENT_PKCS12_STACK_OF(type) /* Nothing */ |
176 | 176 | ||