removed redundant type

pull/6188/head
paul-szczepanek-arm 2018-02-27 11:23:22 +00:00
parent 8142cb5131
commit 4fd29630b3
1 changed files with 0 additions and 2 deletions

View File

@ -349,9 +349,7 @@ typedef octet_type_t<16> oob_confirm_t; /**< secure connections oob confirmation
/** data to be encrypted */
typedef octet_type_t<16> encryption_block_t;
typedef octet_type_t<32> public_key_t;
typedef octet_type_t<32> private_key_t;
typedef octet_type_t<32> dhkey_t;
/**