Re: [PATCH] crypto: Cleaning some more minor nits in prng

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Joe Perches
Date: Thursday, July 17, 2008 - 11:43 am

On Thu, 2008-07-17 at 14:30 -0400, Neil Horman wrote:

Perhaps more readable as:

	if (key)
		prng_key = key;
	else {
		prng_key = DEFAULT_PRNG_KEY;		
		klen = DEFAULT_PRNG_KSZ;
	}


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] crypto: Cleaning some more minor nits in prng, Neil Horman, (Thu Jul 17, 11:30 am)
Re: [PATCH] crypto: Cleaning some more minor nits in prng, Joe Perches, (Thu Jul 17, 11:43 am)