summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/crypto.h')
-rw-r--r--src/lib/libcrypto/crypto.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/crypto.h b/src/lib/libcrypto/crypto.h
index 9fcf868403..2a121dda85 100644
--- a/src/lib/libcrypto/crypto.h
+++ b/src/lib/libcrypto/crypto.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: crypto.h,v 1.80 2025/09/28 07:52:53 tb Exp $ */ 1/* $OpenBSD: crypto.h,v 1.81 2026/08/30 12:19:37 kenjiro 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 *
@@ -305,8 +305,7 @@ void CRYPTO_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad);
305 * (relative to the class type involved) */ 305 * (relative to the class type involved) */
306int CRYPTO_set_ex_data(CRYPTO_EX_DATA *ad, int idx, void *val); 306int CRYPTO_set_ex_data(CRYPTO_EX_DATA *ad, int idx, void *val);
307void *CRYPTO_get_ex_data(const CRYPTO_EX_DATA *ad, int idx); 307void *CRYPTO_get_ex_data(const CRYPTO_EX_DATA *ad, int idx);
308/* This function cleans up all "ex_data" state. It mustn't be called under 308/* Deprecated no-op retained for compatibility. */
309 * potential race-conditions. */
310void CRYPTO_cleanup_all_ex_data(void); 309void CRYPTO_cleanup_all_ex_data(void);
311 310
312void CRYPTO_lock(int mode, int type, const char *file, int line); 311void CRYPTO_lock(int mode, int type, const char *file, int line);