From 4189dc3782c5989dbaa7d247e41a96a25b27c940 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Tue, 16 Mar 2021 16:41:52 +0100 Subject: CMS ESS: Move four internal aux function to where they belong in crypto/cms Also constify and slightly refactor them. Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/14601) --- doc/man3/X509_dup.pod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/man3/X509_dup.pod b/doc/man3/X509_dup.pod index 9629082310..b68d42e934 100644 --- a/doc/man3/X509_dup.pod +++ b/doc/man3/X509_dup.pod @@ -61,9 +61,11 @@ ESS_ISSUER_SERIAL_free, ESS_ISSUER_SERIAL_new, ESS_SIGNING_CERT_dup, ESS_SIGNING_CERT_free, +ESS_SIGNING_CERT_it, ESS_SIGNING_CERT_new, ESS_SIGNING_CERT_V2_dup, ESS_SIGNING_CERT_V2_free, +ESS_SIGNING_CERT_V2_it, ESS_SIGNING_CERT_V2_new, EXTENDED_KEY_USAGE_free, EXTENDED_KEY_USAGE_new, -- cgit v1.2.3