Fix header file includes
authorjob <job@openbsd.org>
Thu, 2 Sep 2021 20:53:48 +0000 (20:53 +0000)
committerjob <job@openbsd.org>
Thu, 2 Sep 2021 20:53:48 +0000 (20:53 +0000)
OK tb@

lib/libcrypto/x509/x509_addr.c
lib/libcrypto/x509/x509_asid.c

index 68145dc..78b4751 100644 (file)
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "internal/cryptlib.h"
-#include <openssl/conf.h>
 #include <openssl/asn1.h>
 #include <openssl/asn1t.h>
 #include <openssl/buffer.h>
+#include <openssl/conf.h>
+#include <openssl/x509.h>
 #include <openssl/x509v3.h>
-#include "crypto/x509.h"
+
 #include "ext_dat.h"
 
 #ifndef OPENSSL_NO_RFC3779
index 1672b3c..9a0992b 100644 (file)
 #include <assert.h>
 #include <stdio.h>
 #include <string.h>
-#include "internal/cryptlib.h"
-#include <openssl/conf.h>
+
 #include <openssl/asn1.h>
 #include <openssl/asn1t.h>
-#include <openssl/x509v3.h>
-#include <openssl/x509.h>
-#include "crypto/x509.h"
 #include <openssl/bn.h>
+#include <openssl/conf.h>
+#include <openssl/x509.h>
+#include <openssl/x509.h>
+#include <openssl/x509v3.h>
+
 #include "ext_dat.h"
 
 #ifndef OPENSSL_NO_RFC3779