diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/crypto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto.h b/src/lib/libcrypto/crypto.h index 85c05d76c1..440240baa9 100644 --- a/src/lib/libcrypto/crypto.h +++ b/src/lib/libcrypto/crypto.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: crypto.h,v 1.70 2024/03/02 11:39:11 tb Exp $ */ | 1 | /* $OpenBSD: crypto.h,v 1.71 2024/03/02 11:40:53 tb Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
@@ -240,7 +240,7 @@ typedef struct { | |||
240 | typedef struct bio_st BIO_dummy; | 240 | typedef struct bio_st BIO_dummy; |
241 | 241 | ||
242 | struct crypto_ex_data_st { | 242 | struct crypto_ex_data_st { |
243 | STACK_OF(void) *sk; | 243 | void *sk; |
244 | }; | 244 | }; |
245 | DECLARE_STACK_OF(void) | 245 | DECLARE_STACK_OF(void) |
246 | 246 | ||