Skip to content

Commit

Permalink
Adding logging callback.
Browse files Browse the repository at this point in the history
  • Loading branch information
msft-gumunjal committed May 8, 2024
1 parent b8d8d90 commit c8ab207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dcap_provider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2314,7 +2314,7 @@ extern "C" quote3_error_t sgx_ql_set_logging_callback(
return SGX_QL_SUCCESS;
}

extern "C" quote3_error_t sgx_ql_free_quote_verification_collateral(
quote3_error_t ql_free_quote_verification_collateral(
sgx_ql_qve_collateral_t* p_quote_collateral)
{
delete[] p_quote_collateral->pck_crl;
Expand Down
2 changes: 1 addition & 1 deletion src/dcap_provider.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#ifdef __LINUX__
#include "sgx_ql_lib_common.h"
#else
#include "Windows\ext\intel\sgx_ql_lib_common.h"
#include "sgx_ql_lib_common.h"
#endif

#pragma once
Expand Down

0 comments on commit c8ab207

Please sign in to comment.