diff options
author | tb <> | 2024-03-27 06:08:45 +0000 |
---|---|---|
committer | tb <> | 2024-03-27 06:08:45 +0000 |
commit | 9b053635b6df53639cb40a0a0d5d55a030353509 (patch) | |
tree | 0be80a1eb56e01dd8e723505400b17d37b598ce8 /src/lib/libcrypto/Symbols.namespace | |
parent | 12b93ff740101a3ee8c3d5daba35d06c6ec8641f (diff) | |
download | openbsd-9b053635b6df53639cb40a0a0d5d55a030353509.tar.gz openbsd-9b053635b6df53639cb40a0a0d5d55a030353509.tar.bz2 openbsd-9b053635b6df53639cb40a0a0d5d55a030353509.zip |
Hide symbols in engine
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.namespace')
-rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index 95b2a33720..adb4330f09 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace | |||
@@ -2523,3 +2523,22 @@ _libre_OPENSSL_gmtime | |||
2523 | _libre_OPENSSL_timegm | 2523 | _libre_OPENSSL_timegm |
2524 | _libre_OPENSSL_posix_to_tm | 2524 | _libre_OPENSSL_posix_to_tm |
2525 | _libre_OPENSSL_tm_to_posix | 2525 | _libre_OPENSSL_tm_to_posix |
2526 | _libre_ENGINE_load_builtin_engines | ||
2527 | _libre_ENGINE_load_dynamic | ||
2528 | _libre_ENGINE_load_openssl | ||
2529 | _libre_ENGINE_register_all_complete | ||
2530 | _libre_ENGINE_cleanup | ||
2531 | _libre_ENGINE_new | ||
2532 | _libre_ENGINE_free | ||
2533 | _libre_ENGINE_init | ||
2534 | _libre_ENGINE_finish | ||
2535 | _libre_ENGINE_by_id | ||
2536 | _libre_ENGINE_get_id | ||
2537 | _libre_ENGINE_get_name | ||
2538 | _libre_ENGINE_set_default | ||
2539 | _libre_ENGINE_get_default_RSA | ||
2540 | _libre_ENGINE_set_default_RSA | ||
2541 | _libre_ENGINE_ctrl_cmd | ||
2542 | _libre_ENGINE_ctrl_cmd_string | ||
2543 | _libre_ENGINE_load_private_key | ||
2544 | _libre_ENGINE_load_public_key | ||