Branch: refs/heads/newcrypto Home: https://github.com/fabbione/kronosnet Commit: b28ec6be21d340eda36db4481d38dd49b2e7228c https://github.com/fabbione/kronosnet/commit/b28ec6be21d340eda36db4481d38dd4... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2016-11-13 (Sun, 13 Nov 2016)
Changed paths: M libknet/nsscrypto.c
Log Message: ----------- [crypto] drop the unnecessary hash_block code
this was a leftover from corosync port of the code and it was a failsafe for buffer allocation apparently. buffer allocation was completely reworked in corosync to dynamically account for headers and so on.
this also removes one memcpy and shave some more time in hashing operations.
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com