[openssl.org #1970] [PATCH 08/14] Fix unused variable words and uninited data b.

2009-06-30 Thread David McCullough via RT
words was unused (compiler warning) remove it. b was uninited memory causing us to generate bogus numbers to pass into cryptodev. Overview : http://www.mail-archive.com/openssl-dev@openssl.org/msg26096.html -- David McCullough, david_mccullo...@securecomputing.com, Ph:+61 734352815 McAfee -

[PATCH 08/14] Fix unused variable words and uninited data b.

2009-06-29 Thread David McCullough
words was unsed (compiler warning) remove it. b was uninited memory causing us to generate bogus numbers to pass into cryptodev. --- crypto/engine/eng_cryptodev.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/crypto/engine/eng_cryptodev.c