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/hidden | |
| 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/hidden')
| -rw-r--r-- | src/lib/libcrypto/hidden/openssl/objects.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/objects.h b/src/lib/libcrypto/hidden/openssl/objects.h index f658a7cfa5..ba5bf8e25f 100644 --- a/src/lib/libcrypto/hidden/openssl/objects.h +++ b/src/lib/libcrypto/hidden/openssl/objects.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: objects.h,v 1.1 2023/07/08 12:27:51 beck Exp $ */ | 1 | /* $OpenBSD: objects.h,v 1.2 2023/07/28 10:25:05 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
| 4 | * | 4 | * |
| @@ -54,8 +54,6 @@ LCRYPTO_USED(OBJ_length); | |||
| 54 | LCRYPTO_USED(OBJ_get0_data); | 54 | LCRYPTO_USED(OBJ_get0_data); |
| 55 | LCRYPTO_USED(OBJ_find_sigid_algs); | 55 | LCRYPTO_USED(OBJ_find_sigid_algs); |
| 56 | LCRYPTO_USED(OBJ_find_sigid_by_algs); | 56 | LCRYPTO_USED(OBJ_find_sigid_by_algs); |
| 57 | LCRYPTO_USED(OBJ_add_sigid); | ||
| 58 | LCRYPTO_USED(OBJ_sigid_free); | ||
| 59 | LCRYPTO_USED(ERR_load_OBJ_strings); | 57 | LCRYPTO_USED(ERR_load_OBJ_strings); |
| 60 | 58 | ||
| 61 | #endif /* _LIBCRYPTO_OBJECTS_H */ | 59 | #endif /* _LIBCRYPTO_OBJECTS_H */ |
