diff options
Diffstat (limited to 'src/lib/libcrypto/engine/engine.h')
-rw-r--r-- | src/lib/libcrypto/engine/engine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/engine/engine.h b/src/lib/libcrypto/engine/engine.h index 5c21647fe3..41f05d48af 100644 --- a/src/lib/libcrypto/engine/engine.h +++ b/src/lib/libcrypto/engine/engine.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: engine.h,v 1.34 2022/07/12 14:42:49 kn Exp $ */ | 1 | /* $OpenBSD: engine.h,v 1.35 2022/12/26 07:18:52 jmc Exp $ */ |
2 | /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL | 2 | /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL |
3 | * project 2000. | 3 | * project 2000. |
4 | */ | 4 | */ |
@@ -631,7 +631,7 @@ typedef struct st_dynamic_MEM_fns { | |||
631 | dyn_MEM_free_cb free_cb; | 631 | dyn_MEM_free_cb free_cb; |
632 | } dynamic_MEM_fns; | 632 | } dynamic_MEM_fns; |
633 | /* FIXME: Perhaps the memory and locking code (crypto.h) should declare and use | 633 | /* FIXME: Perhaps the memory and locking code (crypto.h) should declare and use |
634 | * these types so we (and any other dependant code) can simplify a bit?? */ | 634 | * these types so we (and any other dependent code) can simplify a bit?? */ |
635 | typedef void (*dyn_lock_locking_cb)(int, int, const char *, int); | 635 | typedef void (*dyn_lock_locking_cb)(int, int, const char *, int); |
636 | typedef int (*dyn_lock_add_lock_cb)(int*, int, int, const char *, int); | 636 | typedef int (*dyn_lock_add_lock_cb)(int*, int, int, const char *, int); |
637 | typedef struct CRYPTO_dynlock_value *(*dyn_dynlock_create_cb)( | 637 | typedef struct CRYPTO_dynlock_value *(*dyn_dynlock_create_cb)( |