summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/rand.h
diff options
context:
space:
mode:
authorbeck <>2023-07-07 19:37:54 +0000
committerbeck <>2023-07-07 19:37:54 +0000
commit8d42940c1d19bb9bd4ce45580f18a59069225432 (patch)
treeb1fe16b4625998f0f024f4d3eef5d59a3e905a9a /src/lib/libcrypto/hidden/openssl/rand.h
parent1c5e77a1d6f97589e2bca622f3313c1418f9a535 (diff)
downloadopenbsd-8d42940c1d19bb9bd4ce45580f18a59069225432.tar.gz
openbsd-8d42940c1d19bb9bd4ce45580f18a59069225432.tar.bz2
openbsd-8d42940c1d19bb9bd4ce45580f18a59069225432.zip
Unbreak the namespace build after a broken mk.conf and tool misfire had
me aliasing symbols not in the headers I was procesing. This unbreaks the namespace build so it will pass again ok tb@
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 */