]> git.baikalelectronics.ru Git - kernel.git/commit
X.509: x509_request_asymmetric_keys() doesn't need string length arguments
authorDavid Howells <dhowells@redhat.com>
Wed, 9 Jul 2014 15:48:00 +0000 (16:48 +0100)
committerDavid Howells <dhowells@redhat.com>
Mon, 28 Jul 2014 13:55:55 +0000 (14:55 +0100)
commit64b7e74328eb754393c8d656423bd5d47f072938
treeb5dcf2c98eecd595ee2ad2bfb172f7d73dd37ea2
parent385ca936d800676ccb83ff569291926a6e8d60df
X.509: x509_request_asymmetric_keys() doesn't need string length arguments

x509_request_asymmetric_keys() doesn't need the lengths of the NUL-terminated
strings passing in as it can work that out for itself.

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
crypto/asymmetric_keys/x509_public_key.c