kbuild: rename *-asn1.[ch] to *.asn1.[ch]
[linux-2.6-block.git] / crypto / asymmetric_keys / x509_cert_parser.c
index ce2df8c9c583970be0177d2a50de85316fb1c2b2..7d81e6bb461a330a225658dde9b002b3b24e26bc 100644 (file)
@@ -17,8 +17,8 @@
 #include <linux/oid_registry.h>
 #include <crypto/public_key.h>
 #include "x509_parser.h"
-#include "x509-asn1.h"
-#include "x509_akid-asn1.h"
+#include "x509.asn1.h"
+#include "x509_akid.asn1.h"
 
 struct x509_parse_context {
        struct x509_certificate *cert;          /* Certificate being constructed */