All of lore.kernel.org
 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

end of thread, other threads:[~2016-11-09  6:39 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.