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> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html