summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/rand.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/hidden/openssl/rand.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/rand.h b/src/lib/libcrypto/hidden/openssl/rand.h
index 978d10f70b..d06442acdb 100644
--- a/src/lib/libcrypto/hidden/openssl/rand.h
+++ b/src/lib/libcrypto/hidden/openssl/rand.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: rand.h,v 1.3 2023/07/28 09:53:55 tb Exp $ */ 1/* $OpenBSD: rand.h,v 1.4 2024/04/10 14:53:01 beck Exp $ */
2/* 2/*
3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -29,5 +29,15 @@ LCRYPTO_USED(RAND_set_rand_method);
29LCRYPTO_USED(RAND_get_rand_method); 29LCRYPTO_USED(RAND_get_rand_method);
30LCRYPTO_USED(RAND_SSLeay); 30LCRYPTO_USED(RAND_SSLeay);
31LCRYPTO_USED(ERR_load_RAND_strings); 31LCRYPTO_USED(ERR_load_RAND_strings);
32LCRYPTO_UNUSED(RAND_cleanup);
33LCRYPTO_UNUSED(RAND_bytes);
34LCRYPTO_UNUSED(RAND_pseudo_bytes);
35LCRYPTO_UNUSED(RAND_seed);
36LCRYPTO_UNUSED(RAND_add);
37LCRYPTO_UNUSED(RAND_load_file);
38LCRYPTO_UNUSED(RAND_write_file);
39LCRYPTO_UNUSED(RAND_file_name);
40LCRYPTO_UNUSED(RAND_status);
41LCRYPTO_UNUSED(RAND_poll);
32 42
33#endif /* _LIBCRYPTO_RAND_H */ 43#endif /* _LIBCRYPTO_RAND_H */