X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=providers%2Fcommon%2Finclude%2Fprov%2Fprovidercommon.h;h=b9fcf3d52e1eea2b71b9aefa0543e3adab23e76b;hp=995c68529279909da2ecb37e44cd35755e8128fe;hb=72bfc9585891cffd29eb683ae5fb3181d62b9d33;hpb=0d2bfe52bb7e839f7bddcdb1160c335f2994df2f diff --git a/providers/common/include/prov/providercommon.h b/providers/common/include/prov/providercommon.h index 995c685292..b9fcf3d52e 100644 --- a/providers/common/include/prov/providercommon.h +++ b/providers/common/include/prov/providercommon.h @@ -1,5 +1,5 @@ /* - * Copyright 2019 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -8,10 +8,13 @@ */ #include +#include -const OSSL_PROVIDER *FIPS_get_provider(OPENSSL_CTX *ctx); +const OSSL_CORE_HANDLE *FIPS_get_core_handle(OPENSSL_CTX *ctx); const char *ossl_prov_util_nid_to_name(int nid); int cipher_capable_aes_cbc_hmac_sha1(void); int cipher_capable_aes_cbc_hmac_sha256(void); + +OSSL_provider_get_capabilities_fn provider_get_capabilities;