Re: [PATCH] crypto: rsa: rename two rsa key files

From: yjin
Date: Wed Nov 09 2016 - 01:40:16 EST


Thanks for Herbert's reminder.
I have drop this patch in a previous mail.

Regards!
Yanjiang

On 2016å11æ08æ 20:09, Herbert Xu wrote:
yanjiang.jin@xxxxxxxxxxxxx wrote:
From: Yanjiang Jin <yanjiang.jin@xxxxxxxxxxxxx>

This is to eliminate the below compile error:

crypto/rsa_helper.c:19:29: fatal error: rsaprivkey-asn1.h: No such file or directory
#include "rsaprivkey-asn1.h"
^
compilation terminated.

Signed-off-by: Yanjiang Jin <yanjiang.jin@xxxxxxxxxxxxx>
This patch is bogus. The header files are meant to be generated.
Please find out why they are not being generated in your case.

Thanks,