summaryrefslogtreecommitdiffstats
path: root/include/crypto/decoder.h
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2022-05-04 14:54:13 +1000
committerTomas Mraz <tomas@openssl.org>2022-11-21 10:49:51 +0100
commit4a929c7c5cb06dcf1952691ee8732007cc1a41d4 (patch)
tree4b2ab8d9572085cf2719c4df1dd316739137bf31 /include/crypto/decoder.h
parentf68b78e307661a23275d42497cf5121b6846689b (diff)
Remove the _fetch_by_number functions
These functions are unused and untested. They are also implemented rather inefficiently. If we ever needed them in the future, they'd almost surely need to be rewritten more efficiently. Fixes #18227 Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18237) (cherry picked from commit 16ff70a58cfb5c40197e6a940cf4666226f31b79)
Diffstat (limited to 'include/crypto/decoder.h')
-rw-r--r--include/crypto/decoder.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/crypto/decoder.h b/include/crypto/decoder.h
index 107a7b502a..6b5ee56ac6 100644
--- a/include/crypto/decoder.h
+++ b/include/crypto/decoder.h
@@ -13,10 +13,6 @@
# include <openssl/decoder.h>
-OSSL_DECODER *ossl_decoder_fetch_by_number(OSSL_LIB_CTX *libctx,
- int id,
- const char *properties);
-
/*
* These are specially made for the 'file:' provider-native loader, which
* uses this to install a DER to anything decoder, which doesn't do much