diff options
| author | tb <> | 2023-07-28 10:25:05 +0000 |
|---|---|---|
| committer | tb <> | 2023-07-28 10:25:05 +0000 |
| commit | ff3b404e5cda0d0876bf6dccdcc293d75dd12c57 (patch) | |
| tree | aab8650dbc4320c9218b593494101b0631a50eb9 /src/lib/libcrypto/Symbols.namespace | |
| parent | 2a8a0e16fff5736c54d6005280b83c07587cb5d8 (diff) | |
| download | openbsd-ff3b404e5cda0d0876bf6dccdcc293d75dd12c57.tar.gz openbsd-ff3b404e5cda0d0876bf6dccdcc293d75dd12c57.tar.bz2 openbsd-ff3b404e5cda0d0876bf6dccdcc293d75dd12c57.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 |
