Skip to content

Commit

Permalink
Updated OpCredsBinding C++ module:
Browse files Browse the repository at this point in the history
- Removed some unneccessary dependencies that had been used during debugging
  • Loading branch information
j-ororke committed Nov 15, 2024
1 parent bd8c021 commit c952ec8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/controller/python/OpCredsBinding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,7 @@
#include <credentials/attestation_verifier/DefaultDeviceAttestationVerifier.h>
#include <credentials/attestation_verifier/DeviceAttestationVerifier.h>
#include <credentials/attestation_verifier/FileAttestationTrustStore.h>

// Including AutoCommissioner initialization here for getting RootCert
#include <controller/AutoCommissioner.h>
#include <cstddef> // Added for size_t
#include <functional> // Added for std::function
#include <lib/core/TLVReader.h>
#include <lib/core/TLVTypes.h>
#include <openssl/bio.h>
#include <openssl/pem.h>
#include <openssl/x509.h>
// #include <thread> // Include this for std::this_thread
// #include <chrono> // Include this for std::chrono::milliseconds

using namespace chip;

Expand Down

0 comments on commit c952ec8

Please sign in to comment.