Rename PKCS files to core. (#344)

* Rename PKCS files to core.
* Pin latest corePKCS11 release.
This commit is contained in:
Carl Lundin 2020-10-16 13:38:25 -07:00 committed by GitHub
parent 806d51caf0
commit 15a7337ee0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 60 additions and 60 deletions

View file

@ -71,7 +71,7 @@
#include "mbedtls/pk_internal.h"
/* PKCS #11 includes. */
#include "iot_pkcs11.h"
#include "core_pkcs11.h"
/**
* @brief Secured connection context.

View file

@ -48,10 +48,10 @@
#include "mbedtls_error.h"
/* PKCS #11 includes. */
#include "iot_pkcs11_config.h"
#include "iot_pkcs11.h"
#include "core_pkcs11_config.h"
#include "core_pkcs11.h"
#include "pkcs11.h"
#include "iot_pki_utils.h"
#include "core_pki_utils.h"
/*-----------------------------------------------------------*/