提交 23c48d94 编写于 作者: D Dr. Matthias St. Pierre

Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>

Reviewed-by: NRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12222)
上级 5b286641
......@@ -18,7 +18,7 @@
#include <openssl/safestack.h>
#include <openssl/provider.h>
#include <openssl/core.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
DEFINE_STACK_OF_CSTRING()
......
......@@ -8,7 +8,7 @@
*/
#include <openssl/core.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include "internal/core.h"
#include "internal/property.h"
#include "internal/provider.h"
......
......@@ -9,7 +9,7 @@
/* EVP_MD_CTX related stuff */
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include "internal/refcount.h"
#define EVP_CTRL_RET_UNSUPPORTED -1
......
......@@ -10,7 +10,7 @@
#include <openssl/evp.h>
#include <openssl/err.h>
#include <openssl/core.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/kdf.h>
#include "crypto/evp.h"
#include "internal/provider.h"
......
......@@ -8,7 +8,7 @@
*/
#include <openssl/crypto.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/evp.h>
#include <openssl/err.h>
#include "internal/provider.h"
......
#include <openssl/evp.h>
#include <openssl/err.h>
#include <openssl/core.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include "crypto/evp.h"
#include "internal/provider.h"
#include "evp_local.h"
......
......@@ -8,7 +8,7 @@
*/
#include <openssl/crypto.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include "crypto/cryptlib.h"
#include "prov/providercommon.h"
#include "internal/thread_once.h"
......
......@@ -8,7 +8,7 @@
*/
#include <openssl/core.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/provider.h>
#include <openssl/params.h>
......
......@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/types.h>
#include "internal/cryptlib.h"
#include "internal/refcount.h"
......
......@@ -8,7 +8,7 @@
*/
#include <openssl/core.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/serializer.h>
#include <openssl/ui.h>
#include "internal/core.h"
......
......@@ -78,7 +78,7 @@ This is a short example of the fictitious EVP API and operation called
B<EVP_FOO>.
To begin with, let's assume something like this in
F<include/openssl/core_numbers.h>:
F<include/openssl/core_dispatch.h>:
#define OSSL_OP_FOO 100
......
......@@ -330,7 +330,7 @@ L<OSSL_SELF_TEST_set_callback(3)>,
L<OSSL_SELF_TEST_new(3)>,
L<OSSL_PARAM(3)>,
L<openssl-core.h(7)>,
L<openssl-core_numbers.h(7)>,
L<openssl-core_dispatch.h(7)>,
L<provider(7)>
=head1 HISTORY
......
......@@ -214,7 +214,7 @@ provider.
=head1 SEE ALSO
L<openssl-core.h(7)>, L<openssl-core_numbers.h(7)>, L<provider(7)>
L<openssl-core.h(7)>, L<openssl-core_dispatch.h(7)>, L<provider(7)>
=head1 COPYRIGHT
......
......@@ -77,7 +77,7 @@ following =head2 titles are appropriate to use:
L<OSSL_PARAM(3)>,
L<openssl-core.h(7)>,
L<openssl-core_numbers.h(7)>,
L<openssl-core_dispatch.h(7)>,
L<provider(7)>
=head1 COPYRIGHT
......
......@@ -30,7 +30,7 @@ Arrays of this type must be terminated with a tuple having function
identity zero and function pointer NULL.
The available function identities and corresponding function
signatures are defined in L<openssl-core_numbers.h(7)>.
signatures are defined in L<openssl-core_dispatch.h(7)>.
Any function identity not recognised by the recipient of this type
will be ignored.
......@@ -111,7 +111,7 @@ callback.
=head1 SEE ALSO
L<openssl-core_numbers.h(7)>
L<openssl-core_dispatch.h(7)>
=head1 HISTORY
......
......@@ -2,16 +2,16 @@
=head1 NAME
openssl/core_numbers.h
openssl/core_dispatch.h
- OpenSSL provider dispatch numbers and function types
=head1 SYNOPSIS
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
=head1 DESCRIPTION
The F<< <openssl/core_numbers.h> >> header defines all the operation
The F<< <openssl/core_dispatch.h> >> header defines all the operation
numbers, dispatch numbers and provider interface function types
currently available.
......
......@@ -8,7 +8,7 @@ provider-asym_cipher - The asym_cipher library E<lt>-E<gt> provider functions
=for openssl multiple includes
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
/*
......@@ -68,7 +68,7 @@ For example, the "function" OP_asym_cipher_newctx() has these:
OSSL_get_OP_asym_cipher_newctx(const OSSL_DISPATCH *opf);
B<OSSL_DISPATCH> arrays are indexed by numbers that are provided as
macros in L<openssl-core_numbers.h(7)>, as follows:
macros in L<openssl-core_dispatch.h(7)>, as follows:
OP_asym_cipher_newctx OSSL_FUNC_ASYM_CIPHER_NEWCTX
OP_asym_cipher_freectx OSSL_FUNC_ASYM_CIPHER_FREECTX
......
......@@ -7,7 +7,7 @@ provider-base
=head1 SYNOPSIS
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
/*
* None of these are actual functions, but are displayed like this for
......@@ -96,7 +96,7 @@ For example, the "function" core_gettable_params() has these:
OSSL_get_core_gettable_params(const OSSL_DISPATCH *opf);
B<OSSL_DISPATCH> arrays are indexed by numbers that are provided as
macros in L<openssl-core_numbers.h(7)>, as follows:
macros in L<openssl-core_dispatch.h(7)>, as follows:
For I<in> (the B<OSSL_DISPATCH> array passed from F<libcrypto> to the
provider):
......@@ -419,7 +419,7 @@ operation C<BAR>.
#include <malloc.h>
#include <openssl/core.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
/* Errors used in this provider */
#define E_MALLOC 1
......@@ -431,7 +431,7 @@ operation C<BAR>.
/*
* To ensure we get the function signature right, forward declare
* them using function types provided by openssl/core_numbers.h
* them using function types provided by openssl/core_dispatch.h
*/
OSSL_OP_bar_newctx_fn foo_newctx;
OSSL_OP_bar_freectx_fn foo_freectx;
......@@ -569,7 +569,7 @@ operation C<BAR>.
return 1;
}
This relies on a few things existing in F<openssl/core_numbers.h>:
This relies on a few things existing in F<openssl/core_dispatch.h>:
#define OSSL_OP_BAR 4711
......
......@@ -8,7 +8,7 @@ provider-cipher - The cipher library E<lt>-E<gt> provider functions
=for openssl multiple includes
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
/*
......@@ -77,7 +77,7 @@ For example, the "function" OP_cipher_newctx() has these:
OSSL_get_OP_cipher_newctx(const OSSL_DISPATCH *opf);
B<OSSL_DISPATCH> arrays are indexed by numbers that are provided as
macros in L<openssl-core_numbers.h(7)>, as follows:
macros in L<openssl-core_dispatch.h(7)>, as follows:
OP_cipher_newctx OSSL_FUNC_CIPHER_NEWCTX
OP_cipher_freectx OSSL_FUNC_CIPHER_FREECTX
......
......@@ -8,7 +8,7 @@ provider-digest - The digest library E<lt>-E<gt> provider functions
=for openssl multiple includes
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
/*
......@@ -69,7 +69,7 @@ For example, the "function" OP_digest_newctx() has these:
OSSL_get_OP_digest_newctx(const OSSL_DISPATCH *opf);
B<OSSL_DISPATCH> arrays are indexed by numbers that are provided as
macros in L<openssl-core_numbers.h(7)>, as follows:
macros in L<openssl-core_dispatch.h(7)>, as follows:
OP_digest_newctx OSSL_FUNC_DIGEST_NEWCTX
OP_digest_freectx OSSL_FUNC_DIGEST_FREECTX
......
......@@ -8,7 +8,7 @@ provider-keyexch - The keyexch library E<lt>-E<gt> provider functions
=for openssl multiple includes
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
/*
......@@ -61,7 +61,7 @@ For example, the "function" OP_keyexch_newctx() has these:
OSSL_get_OP_keyexch_newctx(const OSSL_DISPATCH *opf);
B<OSSL_DISPATCH> arrays are indexed by numbers that are provided as
macros in L<openssl-core_numbers.h(7)>, as follows:
macros in L<openssl-core_dispatch.h(7)>, as follows:
OP_keyexch_newctx OSSL_FUNC_KEYEXCH_NEWCTX
OP_keyexch_freectx OSSL_FUNC_KEYEXCH_FREECTX
......
......@@ -6,7 +6,7 @@ provider-keymgmt - The KEYMGMT library E<lt>-E<gt> provider functions
=head1 SYNOPSIS
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
/*
* None of these are actual functions, but are displayed like this for
......@@ -82,7 +82,7 @@ For example, the "function" OP_keymgmt_new() has these:
OSSL_get_OP_keymgmt_new(const OSSL_DISPATCH *opf);
B<OSSL_DISPATCH> arrays are indexed by numbers that are provided as
macros in L<openssl-core_numbers.h(7)>, as follows:
macros in L<openssl-core_dispatch.h(7)>, as follows:
OP_keymgmt_new OSSL_FUNC_KEYMGMT_NEW
OP_keymgmt_free OSSL_FUNC_KEYMGMT_FREE
......
......@@ -8,7 +8,7 @@ provider-mac - The mac library E<lt>-E<gt> provider functions
=for openssl multiple includes
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
/*
......@@ -63,7 +63,7 @@ For example, the "function" OP_mac_newctx() has these:
OSSL_get_OP_mac_newctx(const OSSL_DISPATCH *opf);
B<OSSL_DISPATCH> arrays are indexed by numbers that are provided as
macros in L<openssl-core_numbers.h(7)>, as follows:
macros in L<openssl-core_dispatch.h(7)>, as follows:
OP_mac_newctx OSSL_FUNC_MAC_NEWCTX
OP_mac_freectx OSSL_FUNC_MAC_FREECTX
......
......@@ -12,7 +12,7 @@ Future development will also include deserializing functions.
=end comment
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
/*
* None of these are actual functions, but are displayed like this for
......@@ -76,7 +76,7 @@ For example, the "function" OP_serializer_serialize_data() has these:
OSSL_get_OP_serializer_serialize_data(const OSSL_DISPATCH *opf);
B<OSSL_DISPATCH> arrays are indexed by numbers that are provided as
macros in L<openssl-core_numbers.h(7)>, as follows:
macros in L<openssl-core_dispatch.h(7)>, as follows:
OP_serializer_newctx OSSL_FUNC_SERIALIZER_NEWCTX
OP_serializer_freectx OSSL_FUNC_SERIALIZER_FREECTX
......
......@@ -8,7 +8,7 @@ provider-signature - The signature library E<lt>-E<gt> provider functions
=for openssl multiple includes
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
/*
......@@ -101,7 +101,7 @@ For example, the "function" OP_signature_newctx() has these:
OSSL_get_OP_signature_newctx(const OSSL_DISPATCH *opf);
B<OSSL_DISPATCH> arrays are indexed by numbers that are provided as
macros in L<openssl-core_numbers.h(7)>, as follows:
macros in L<openssl-core_dispatch.h(7)>, as follows:
OP_signature_newctx OSSL_FUNC_SIGNATURE_NEWCTX
OP_signature_freectx OSSL_FUNC_SIGNATURE_FREECTX
......
......@@ -8,7 +8,7 @@
*/
#include <openssl/evp.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include "internal/refcount.h"
#include "crypto/ecx.h"
......
......@@ -11,7 +11,7 @@
# define OSSL_INTERNAL_PROVIDER_H
# include <openssl/core.h>
# include <openssl/core_numbers.h>
# include <openssl/core_dispatch.h>
# include "internal/dso.h"
# include "internal/symhacks.h"
......
......@@ -8,7 +8,7 @@
*/
#include <assert.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include "internal/cryptlib.h"
#include "prov/bio.h"
......
......@@ -9,7 +9,7 @@
#include <assert.h>
#include <string.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
/* For TLS1_VERSION etc */
#include <openssl/ssl.h>
......
......@@ -8,7 +8,7 @@
*/
#include <openssl/provider.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
const OSSL_CORE_HANDLE *FIPS_get_core_handle(OPENSSL_CTX *ctx);
......
......@@ -11,7 +11,7 @@
#include <stdio.h>
#include <openssl/opensslconf.h>
#include <openssl/core.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/params.h>
#include "prov/bio.h"
......
......@@ -10,7 +10,7 @@
#include <string.h>
#include <stdio.h>
#include <openssl/core.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/params.h>
#include <openssl/err.h>
......
......@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/types.h>
#include <openssl/self_test.h>
......
......@@ -15,7 +15,7 @@
#include <openssl/crypto.h>
#include <openssl/evp.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/rsa.h>
#include <openssl/params.h>
......
......@@ -9,7 +9,7 @@
#include <string.h>
#include <openssl/crypto.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include "prov/implementations.h"
#include "prov/ciphercommon.h"
#include "prov/providercommonerr.h"
......
......@@ -8,7 +8,7 @@
*/
#include <openssl/des.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include "crypto/des_platform.h"
#define DES_BLOCK_SIZE 8
......
......@@ -14,7 +14,7 @@
#include "internal/deprecated.h"
#include <openssl/crypto.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/evp.h>
#include <openssl/sha.h>
#include <openssl/evp.h>
......
......@@ -14,7 +14,7 @@
#include "internal/deprecated.h"
#include <openssl/crypto.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/dh.h>
#include <openssl/params.h>
......
......@@ -16,7 +16,7 @@
#include <string.h>
#include <openssl/crypto.h>
#include <openssl/evp.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/ec.h>
#include <openssl/params.h>
......
......@@ -8,7 +8,7 @@
*/
#include <openssl/crypto.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/params.h>
#include <openssl/err.h>
......
......@@ -8,7 +8,7 @@
*/
#include <openssl/params.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/evp.h>
#include "internal/cryptlib.h"
......
......@@ -10,7 +10,7 @@
#ifndef OSSL_PROVIDERS_DIGESTCOMMON_H
# define OSSL_PROVIDERS_DIGESTCOMMON_H
# include <openssl/core_numbers.h>
# include <openssl/core_dispatch.h>
# include <openssl/core_names.h>
# include <openssl/params.h>
......
......@@ -14,7 +14,7 @@
#include "internal/deprecated.h"
#include <string.h> /* strcmp */
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/bn.h>
#include <openssl/err.h>
......
......@@ -14,7 +14,7 @@
#include "internal/deprecated.h"
#include "e_os.h" /* strcasecmp */
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/bn.h>
#include <openssl/err.h>
......
......@@ -13,7 +13,7 @@
*/
#include "internal/deprecated.h"
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/bn.h>
#include <openssl/err.h>
......
......@@ -11,7 +11,7 @@
#include <string.h>
/* For strcasecmp on Windows */
#include "e_os.h"
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/params.h>
#include <openssl/err.h>
......
......@@ -13,7 +13,7 @@
*/
#include "internal/deprecated.h"
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/bn.h>
#include <openssl/err.h>
......
......@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/params.h>
......
......@@ -13,7 +13,7 @@
*/
#include "internal/deprecated.h"
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/params.h>
#include <openssl/engine.h>
......
......@@ -8,7 +8,7 @@
*/
#include <stdlib.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/params.h>
#include <openssl/engine.h>
......
......@@ -13,7 +13,7 @@
*/
#include "internal/deprecated.h"
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/params.h>
#include <openssl/engine.h>
......
......@@ -48,7 +48,7 @@
#include <stdlib.h>
#include <string.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/params.h>
#include <openssl/evp.h>
......
......@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/params.h>
#include <openssl/evp.h>
......
......@@ -8,7 +8,7 @@
*/
#include <string.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/params.h>
#include <openssl/evp.h>
......
......@@ -13,7 +13,7 @@
*/
#include "internal/deprecated.h"
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/pem.h>
#include <openssl/dh.h>
#include <openssl/types.h>
......
......@@ -13,7 +13,7 @@
*/
#include "internal/deprecated.h"
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/err.h>
#include <openssl/pem.h>
......
......@@ -13,7 +13,7 @@
*/
#include "internal/deprecated.h"
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/dh.h>
......
......@@ -13,7 +13,7 @@
*/
#include "internal/deprecated.h"
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/pem.h>
#include <openssl/dsa.h>
#include <openssl/types.h>
......
......@@ -13,7 +13,7 @@
*/
#include "internal/deprecated.h"
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/err.h>
#include <openssl/pem.h>
......
......@@ -13,7 +13,7 @@
*/
#include "internal/deprecated.h"
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/dsa.h>
......
......@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/pem.h>
#include <openssl/ec.h>
#include <openssl/types.h>
......
......@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/err.h>
#include <openssl/pem.h>
......
......@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/types.h>
......
......@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/err.h>
#include <openssl/pem.h>
......
......@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/types.h>
......
......@@ -8,7 +8,7 @@
*/
#include <openssl/core.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/bn.h>
#include <openssl/asn1.h> /* i2d_of_void */
#include <openssl/x509.h> /* X509_SIG */
......
......@@ -13,7 +13,7 @@
*/
#include "internal/deprecated.h"
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/err.h>
#include <openssl/pem.h>
......
......@@ -13,7 +13,7 @@
*/
#include "internal/deprecated.h"
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/pem.h>
#include <openssl/rsa.h>
#include <openssl/types.h>
......
......@@ -16,7 +16,7 @@
#include <string.h>
#include <openssl/crypto.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/err.h>
#include <openssl/dsa.h>
......
......@@ -15,7 +15,7 @@
#include <string.h> /* memcpy */
#include <openssl/crypto.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/dsa.h>
#include <openssl/params.h>
......
......@@ -8,7 +8,7 @@
*/
#include <openssl/crypto.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/err.h>
#include <openssl/params.h>
......
......@@ -15,7 +15,7 @@
#include <string.h>
#include <openssl/crypto.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/err.h>
#include <openssl/rsa.h>
......
......@@ -10,7 +10,7 @@
#include <string.h>
#include <stdio.h>
#include <openssl/core.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/params.h>
#include "prov/provider_ctx.h"
......
......@@ -10,7 +10,7 @@
#include <string.h>
#include <stdio.h>
#include <openssl/core.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/core_names.h>
#include <openssl/params.h>
#include "prov/implementations.h"
......
......@@ -14,7 +14,7 @@
#include <string.h>
#include <openssl/core.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/provider.h>
#include <openssl/crypto.h>
......
......@@ -27,7 +27,7 @@
#endif
#include <openssl/core.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
static OSSL_core_gettable_params_fn *c_gettable_params = NULL;
static OSSL_core_get_params_fn *c_get_params = NULL;
......
......@@ -28,7 +28,7 @@
#include <openssl/aes.h>
#include <openssl/rand.h>
#include <openssl/core_names.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/provider.h>
#include "ssltestlib.h"
......
......@@ -9,7 +9,7 @@
#include <string.h>
#include <openssl/core_names.h>
#include <openssl/core_numbers.h>
#include <openssl/core_dispatch.h>
#include <openssl/rand.h>
#include <openssl/params.h>
/* For TLS1_3_VERSION */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册