Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1515026 > unrolled thread

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

Started by<yanjiang.jin@windriver.com>
First post2016-11-04 07:20 +0100
Last post2016-11-09 07:50 +0100
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] crypto: rsa: rename two rsa key files <yanjiang.jin@windriver.com> - 2016-11-04 07:20 +0100
    Re: [PATCH] crypto: rsa: rename two rsa key files Herbert Xu <herbert@gondor.apana.org.au> - 2016-11-08 13:10 +0100
      Re: [PATCH] crypto: rsa: rename two rsa key files yjin <yanjiang.jin@windriver.com> - 2016-11-09 07:50 +0100

#1515026 — [PATCH] crypto: rsa: rename two rsa key files

From<yanjiang.jin@windriver.com>
Date2016-11-04 07:20 +0100
Subject[PATCH] crypto: rsa: rename two rsa key files
Message-ID<szG13-6qn-1@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1517115

FromHerbert Xu <herbert@gondor.apana.org.au>
Date2016-11-08 13:10 +0100
Message-ID<sBdnX-Jq-5@gated-at.bofh.it>
In reply to#1515026
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

[toc] | [prev] | [next] | [standalone]


#1517791

Fromyjin <yanjiang.jin@windriver.com>
Date2016-11-09 07:50 +0100
Message-ID<sBuRP-3LD-3@gated-at.bofh.it>
In reply to#1517115
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,

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web