linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] crypto: rsa: rename two rsa key files
@ 2016-11-04  6:13 yanjiang.jin
  2016-11-08 12:09 ` Herbert Xu
  0 siblings, 1 reply; 3+ messages in thread
From: yanjiang.jin @ 2016-11-04  6:13 UTC (permalink / raw)
  To: herbert, davem; +Cc: linux-kernel, linux-crypto, jinyanjiang

From: Yanjiang Jin <yanjiang.jin@windriver.com>

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@windriver.com>
---
 crypto/{rsaprivkey.asn1 => rsaprivkey.asn1.h} | 0
 crypto/{rsapubkey.asn1 => rsapubkey.asn1.h}   | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename crypto/{rsaprivkey.asn1 => rsaprivkey.asn1.h} (100%)
 rename crypto/{rsapubkey.asn1 => rsapubkey.asn1.h} (100%)

diff --git a/crypto/rsaprivkey.asn1 b/crypto/rsaprivkey.asn1.h
similarity index 100%
rename from crypto/rsaprivkey.asn1
rename to crypto/rsaprivkey.asn1.h
diff --git a/crypto/rsapubkey.asn1 b/crypto/rsapubkey.asn1.h
similarity index 100%
rename from crypto/rsapubkey.asn1
rename to crypto/rsapubkey.asn1.h
-- 
2.9.3

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] crypto: rsa: rename two rsa key files
  2016-11-04  6:13 [PATCH] crypto: rsa: rename two rsa key files yanjiang.jin
@ 2016-11-08 12:09 ` Herbert Xu
  2016-11-09  6:39   ` yjin
  0 siblings, 1 reply; 3+ messages in thread
From: Herbert Xu @ 2016-11-08 12:09 UTC (permalink / raw)
  To: yanjiang.jin; +Cc: davem, linux-kernel, linux-crypto, jinyanjiang

yanjiang.jin@windriver.com wrote:
> From: Yanjiang Jin <yanjiang.jin@windriver.com>
> 
> 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@windriver.com>

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,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] crypto: rsa: rename two rsa key files
  2016-11-08 12:09 ` Herbert Xu
@ 2016-11-09  6:39   ` yjin
  0 siblings, 0 replies; 3+ messages in thread
From: yjin @ 2016-11-09  6:39 UTC (permalink / raw)
  To: Herbert Xu; +Cc: davem, linux-kernel, linux-crypto, jinyanjiang

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@windriver.com wrote:
>> From: Yanjiang Jin <yanjiang.jin@windriver.com>
>>
>> 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@windriver.com>
> 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,

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-11-09  6:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-04  6:13 [PATCH] crypto: rsa: rename two rsa key files yanjiang.jin
2016-11-08 12:09 ` Herbert Xu
2016-11-09  6:39   ` yjin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).