diff options
| author | tb <> | 2023-07-28 10:25:05 +0000 |
|---|---|---|
| committer | tb <> | 2023-07-28 10:25:05 +0000 |
| commit | d8a76debd9cb848ddc27021b2cd375a9053031c6 (patch) | |
| tree | aab8650dbc4320c9218b593494101b0631a50eb9 /src/lib/libcrypto/Symbols.namespace | |
| parent | 45d802c85cbb3541a9917588d2581014878e586e (diff) | |
| download | openbsd-d8a76debd9cb848ddc27021b2cd375a9053031c6.tar.gz openbsd-d8a76debd9cb848ddc27021b2cd375a9053031c6.tar.bz2 openbsd-d8a76debd9cb848ddc27021b2cd375a9053031c6.zip | |
Remove OBJ_add_sigid() and OBJ_sigid_free()
Another bit of unused extensibility that was responsible for a lot
of complexity until recently. This removes the remaining stubs from
the public API.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.namespace')
| -rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index 18ad57448e..50803c59bb 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace | |||
| @@ -2454,8 +2454,6 @@ _libre_OBJ_length | |||
| 2454 | _libre_OBJ_get0_data | 2454 | _libre_OBJ_get0_data |
| 2455 | _libre_OBJ_find_sigid_algs | 2455 | _libre_OBJ_find_sigid_algs |
| 2456 | _libre_OBJ_find_sigid_by_algs | 2456 | _libre_OBJ_find_sigid_by_algs |
| 2457 | _libre_OBJ_add_sigid | ||
| 2458 | _libre_OBJ_sigid_free | ||
| 2459 | _libre_ERR_load_OBJ_strings | 2457 | _libre_ERR_load_OBJ_strings |
| 2460 | _libre_CMAC_CTX_new | 2458 | _libre_CMAC_CTX_new |
| 2461 | _libre_CMAC_CTX_cleanup | 2459 | _libre_CMAC_CTX_cleanup |
