ACK Fabio M. Di Nitto napsal(a): > From: "Fabio M. Di Nitto" <fdinitto@xxxxxxxxxx> > > Signed-off-by: Fabio M. Di Nitto <fdinitto@xxxxxxxxxx> > --- > exec/totemcrypto.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/exec/totemcrypto.c b/exec/totemcrypto.c > index 44faaaf..90cbb24 100644 > --- a/exec/totemcrypto.c > +++ b/exec/totemcrypto.c > @@ -478,8 +478,8 @@ static int init_nss_hash(struct crypto_instance *instance) > } > > hash_param.type = siBuffer; > - hash_param.data = 0; > - hash_param.len = 0; > + hash_param.data = instance->private_key; > + hash_param.len = instance->private_key_len; > > hash_slot = PK11_GetBestSlot(hash_to_nss[instance->crypto_hash_type], NULL); > if (hash_slot == NULL) { _______________________________________________ discuss mailing list discuss@xxxxxxxxxxxx http://lists.corosync.org/mailman/listinfo/discuss