commit | f9f72b36673ab463015788dbde3a8674d102d927 | [log] [tgz] |
---|---|---|
author | Brian Smith <brian@briansmith.org> | Wed Jul 22 22:36:57 2015 -0400 |
committer | Adam Langley <agl@google.com> | Fri Aug 07 01:53:01 2015 +0000 |
tree | e5f1298a948ea96fbf66927d4781608ce11bd537 | |
parent | b088331ec07b91a376c051f19810e5bfcae6dec1 [diff] |
Remove BIO dependency from cmac_test. This is the only test amongst the tests for core crypto functionality that depends on crypto/bio. This change removes that dependency. This also factors out the duplicative hexdump logic into a shared function. Change-Id: Ic280a71d086555a6993c05f183b94e1d38b60932 Reviewed-on: https://boringssl-review.googlesource.com/5622 Reviewed-by: Adam Langley <agl@google.com>