commit | a45cb34ff6e6c778e2d2b86518afb8bc0a54d189 | [log] [tgz] |
---|---|---|
author | Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> | Mon Dec 03 15:08:59 2018 +0530 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Tue Dec 11 14:29:30 2018 +0000 |
tree | 605604911d40cc575c6be9fa927e6922de1e571c | |
parent | ae4b040bd08839efcbc08a78d4f6ce6d77e66050 [diff] |
Update const uint8_t& to const uint8_t Update const uint8_t& to const uint8_t usage. Passing by reference for small types are costly than passing it by value and hence the change is done Unit-Test 1. Performed build and verified regular user account creation and RMCP+ login Change-Id: Ic2dd76795749148f82564677dde2a5db08520454 Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.