summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorJordan Montgomery <montytyper@msn.com>2020-10-01 23:02:52 -0700
committerDmitry Belyavskiy <beldmit@gmail.com>2020-10-08 13:26:44 +0300
commitdb554ae1104eb5d3279ca338f58a42be61155f2f (patch)
treeac98c8da596cc799963c473084050aeabc7ad160 /util
parentb19b983017f3865b1b3411a4e635a670d5798774 (diff)
Expose PKCS7_get_octet_string and PKCS7_type_is_other
Add PKCS7_get_octet_string() and PKCS7_type_is_other() to the public interface. Fixes #11139 Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/13059)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 8e21348e3a..189563fd2a 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5307,3 +5307,5 @@ EVP_ASYM_CIPHER_gettable_ctx_params ? 3_0_0 EXIST::FUNCTION:
EVP_ASYM_CIPHER_settable_ctx_params ? 3_0_0 EXIST::FUNCTION:
EVP_KEM_gettable_ctx_params ? 3_0_0 EXIST::FUNCTION:
EVP_KEM_settable_ctx_params ? 3_0_0 EXIST::FUNCTION:
+PKCS7_type_is_other ? 3_0_0 EXIST::FUNCTION:
+PKCS7_get_octet_string ? 3_0_0 EXIST::FUNCTION: