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.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libcrypto/crypto.h b/src/lib/libcrypto/crypto.h
index 19732ced32..67c5820500 100644
--- a/src/lib/libcrypto/crypto.h
+++ b/src/lib/libcrypto/crypto.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: crypto.h,v 1.66 2024/03/02 11:28:46 tb Exp $ */ 1/* $OpenBSD: crypto.h,v 1.67 2024/03/02 11:32:31 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 *
@@ -373,12 +373,6 @@ void CRYPTO_free(void *ptr);
373void OPENSSL_cleanse(void *ptr, size_t len); 373void OPENSSL_cleanse(void *ptr, size_t len);
374#endif 374#endif
375 375
376#define CRYPTO_push_info(info) \
377 CRYPTO_push_info_(info, NULL, 0);
378int CRYPTO_push_info_(const char *info, const char *file, int line);
379int CRYPTO_pop_info(void);
380int CRYPTO_remove_all_info(void);
381
382/* 376/*
383 * Because this is a public header, use a portable method of indicating the 377 * Because this is a public header, use a portable method of indicating the
384 * function does not return, rather than __dead. 378 * function does not return, rather than __dead.