summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/rand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/rand.h')
-rw-r--r--src/lib/libcrypto/hidden/openssl/rand.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/rand.h b/src/lib/libcrypto/hidden/openssl/rand.h
index 0bec707a8a..d94a1bfd5c 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.1 2023/07/07 12:01:32 beck Exp $ */ 1/* $OpenBSD: rand.h,v 1.2 2023/07/07 19:37:54 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,16 +29,6 @@ LCRYPTO_USED(RAND_set_rand_method);
29LCRYPTO_USED(RAND_get_rand_method); 29LCRYPTO_USED(RAND_get_rand_method);
30LCRYPTO_USED(RAND_set_rand_engine); 30LCRYPTO_USED(RAND_set_rand_engine);
31LCRYPTO_USED(RAND_SSLeay); 31LCRYPTO_USED(RAND_SSLeay);
32LCRYPTO_USED(RAND_cleanup);
33LCRYPTO_USED(RAND_bytes);
34LCRYPTO_USED(RAND_pseudo_bytes);
35LCRYPTO_USED(RAND_seed);
36LCRYPTO_USED(RAND_add);
37LCRYPTO_USED(RAND_load_file);
38LCRYPTO_USED(RAND_write_file);
39LCRYPTO_USED(RAND_file_name);
40LCRYPTO_USED(RAND_status);
41LCRYPTO_USED(RAND_poll);
42LCRYPTO_USED(ERR_load_RAND_strings); 32LCRYPTO_USED(ERR_load_RAND_strings);
43 33
44#endif /* _LIBCRYPTO_RAND_H */ 34#endif /* _LIBCRYPTO_RAND_H */