Clean up plugin loading
Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
37db2dc6c3
commit
5748f72c90
12 changed files with 898 additions and 1316 deletions
|
@ -111,4 +111,4 @@ typedef enum RTPS_Message_Type
|
|||
RTPS_Message_Type_SRTPS_POSTFIX = 0x34
|
||||
} RTPS_Message_Type;
|
||||
|
||||
#endif /* CRYPTO_DEFS_H */
|
||||
#endif /* CRYPTO_DEFS_H */
|
||||
|
|
|
@ -35,4 +35,5 @@ int master_salt_not_empty(master_key_material *keymat);
|
|||
int master_key_not_empty(master_key_material *keymat);
|
||||
int master_receiver_specific_key_not_empty(master_key_material *keymat);
|
||||
|
||||
#endif /* DDS_SECURITY_BUITIN_TEST_CRYPTO_HELPER_H */
|
||||
#endif /* DDS_SECURITY_BUITIN_TEST_CRYPTO_HELPER_H */
|
||||
|
||||
|
|
|
@ -87,4 +87,4 @@ check_shared_secret(
|
|||
EVP_PKEY *dh_local_private,
|
||||
DDS_Security_HandshakeHandle handshake_handle);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -2106,4 +2106,4 @@ CU _ Test(validate_local_identity,with_extended_certificate_check)
|
|||
|
||||
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue