summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/crypto_legacy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/crypto_legacy.c')
-rw-r--r--src/lib/libcrypto/crypto_legacy.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/lib/libcrypto/crypto_legacy.c b/src/lib/libcrypto/crypto_legacy.c
index 94d51e92e2..d864fc4c3f 100644
--- a/src/lib/libcrypto/crypto_legacy.c
+++ b/src/lib/libcrypto/crypto_legacy.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: crypto_legacy.c,v 1.5 2024/11/05 11:14:04 tb Exp $ */ 1/* $OpenBSD: crypto_legacy.c,v 1.6 2024/11/06 04:18:42 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 *
@@ -357,13 +357,6 @@ OpenSSLDie(const char *file, int line, const char *assertion)
357} 357}
358LCRYPTO_ALIAS(OpenSSLDie); 358LCRYPTO_ALIAS(OpenSSLDie);
359 359
360void
361OPENSSL_cleanse(void *ptr, size_t len)
362{
363 explicit_bzero(ptr, len);
364}
365LCRYPTO_ALIAS(OPENSSL_cleanse);
366
367int 360int
368CRYPTO_mem_ctrl(int mode) 361CRYPTO_mem_ctrl(int mode)
369{ 362{