backports: rename *-asn1.[ch] to *.asn1.[ch]
authorWinnie Chang <winnie.chang@cypress.com>
Thu, 19 Apr 2018 06:11:58 +0000 (01:11 -0500)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 26 Apr 2018 10:20:21 +0000 (12:20 +0200)
commit5e12f1c894f91bac1b2ccf852317c3da52cc4c8b
treee5a6e9bcde25cd0b52790dc34446b535571b7959
parentccd33650fab8e78c0f556efd6d4e3610837f16f7
backports: rename *-asn1.[ch] to *.asn1.[ch]

linux-stable 4fa8bc949de11c99ee2433c602d43f87c452f4f2 renamed
*-asn1.[ch] files to *.asn1.[ch]. Make the corresponding change
for backports.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
18 files changed:
backport/compat/Makefile
backport/compat/verification/pkcs7-asn1.c [deleted file]
backport/compat/verification/pkcs7-asn1.h [deleted file]
backport/compat/verification/pkcs7.asn1.c [new file with mode: 0644]
backport/compat/verification/pkcs7.asn1.h [new file with mode: 0644]
backport/compat/verification/public_key.c
backport/compat/verification/rsapubkey-asn1.c [deleted file]
backport/compat/verification/rsapubkey-asn1.h [deleted file]
backport/compat/verification/rsapubkey.asn1.c [new file with mode: 0644]
backport/compat/verification/rsapubkey.asn1.h [new file with mode: 0644]
backport/compat/verification/x509-asn1.c [deleted file]
backport/compat/verification/x509-asn1.h [deleted file]
backport/compat/verification/x509.asn1.c [new file with mode: 0644]
backport/compat/verification/x509.asn1.h [new file with mode: 0644]
backport/compat/verification/x509_akid-asn1.c [deleted file]
backport/compat/verification/x509_akid-asn1.h [deleted file]
backport/compat/verification/x509_akid.asn1.c [new file with mode: 0644]
backport/compat/verification/x509_akid.asn1.h [new file with mode: 0644]