diff options
author | Matt Caswell <matt@openssl.org> | 2021-06-09 17:10:03 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2021-06-16 07:04:50 +0200 |
commit | 599429e09a6ddae2d6de2e031bf82817f29f4af0 (patch) | |
tree | 96a925ae0e3dea0e508c0e073101e17a139259e5 /util/missingcrypto.txt | |
parent | Add a test for the newly added OBJ upcalls (diff) | |
download | openssl-599429e09a6ddae2d6de2e031bf82817f29f4af0.tar.xz openssl-599429e09a6ddae2d6de2e031bf82817f29f4af0.zip |
Add documentation for the newly added OBJ up calls
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15681)
Diffstat (limited to '')
-rw-r--r-- | util/missingcrypto.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/missingcrypto.txt b/util/missingcrypto.txt index 67bfc7859d..f01b47162d 100644 --- a/util/missingcrypto.txt +++ b/util/missingcrypto.txt @@ -729,7 +729,6 @@ OBJ_NAME_init(3) OBJ_NAME_new_index(3) OBJ_NAME_remove(3) OBJ_add_object(3) -OBJ_add_sigid(3) OBJ_bsearch_(3) OBJ_bsearch_ex_(3) OBJ_create_objects(3) |