Branch: refs/heads/master
Home:
https://github.com/fabbione/kronosnet
Commit: 2979fe52652b0906928fed52eb3495e539e72ecd
https://github.com/fabbione/kronosnet/commit/2979fe52652b0906928fed52eb3495…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-11-15 (Tue, 15 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(a)redhat.com>