File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,9 +45,6 @@ target_link_libraries(
4545 $<INSTALL_INTERFACE :${CMAKE_INSTALL_PREFIX} /lib /${COSE_RS_LIB} >
4646)
4747add_dependencies (ccfcrypto cargo-build_cose_rs )
48- target_include_directories (
49- ccfcrypto PUBLIC $<BUILD_INTERFACE :${CCF_DIR} /src /cose >
50- )
5148set_property (TARGET ccfcrypto PROPERTY POSITION_INDEPENDENT_CODE ON )
5249
5350install (
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ extern "C"
1212#endif
1313
1414 // / Opaque handle to a Rust-managed signing key.
15- typedef struct CoseEvpKey CoseEvpKey;
15+ struct CoseEvpKey ;
1616
1717 // / Create a signing key from DER-encoded private key bytes.
1818 // / Returns an opaque pointer, or NULL on failure.
Original file line number Diff line number Diff line change 22// Licensed under the Apache 2.0 License.
33#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
44
5- #include " cose_rs_ffi.h"
5+ #include " cose/ cose_rs_ffi.h"
66#include " crypto/cbor.h"
77#include " crypto/cose.h"
88#include " crypto/openssl/ec_key_pair.h"
Original file line number Diff line number Diff line change 55
66#include " ccf/crypto/ec_public_key.h"
77#include " ccf/crypto/openssl/openssl_wrappers.h"
8- #include " cose_rs_ffi.h"
8+ #include " cose/ cose_rs_ffi.h"
99#include " crypto/openssl/rsa_key_pair.h"
1010#include " ds/internal_logger.h"
1111#include " x509_time.h"
Original file line number Diff line number Diff line change 66#include " ccf/pal/locking.h"
77#include " ccf/service/tables/nodes.h"
88#include " ccf/service/tables/service.h"
9- #include " cose_rs_ffi.h"
9+ #include " cose/ cose_rs_ffi.h"
1010#include " crypto/cose.h"
1111#include " crypto/openssl/ec_key_pair.h"
1212#include " crypto/openssl/hash.h"
Original file line number Diff line number Diff line change 1616#include " ccf/service/tables/virtual_measurements.h"
1717#include " ccf/tx.h"
1818#include " consensus/aft/raft_types.h"
19- #include " cose_rs_ffi.h"
19+ #include " cose/ cose_rs_ffi.h"
2020#include " node/ledger_secrets.h"
2121#include " node/uvm_endorsements.h"
2222#include " service/tables/governance_history.h"
You can’t perform that action at this time.
0 commit comments