Remove now no longer needed <assert.h>; sort headers
authortb <tb@openbsd.org>
Fri, 28 Apr 2023 15:39:29 +0000 (15:39 +0000)
committertb <tb@openbsd.org>
Fri, 28 Apr 2023 15:39:29 +0000 (15:39 +0000)
ok jsing

lib/libcrypto/x509/x509_policy.c

index 4598597..03f0f10 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: x509_policy.c,v 1.22 2023/04/28 15:37:28 tb Exp $ */
+/*     $OpenBSD: x509_policy.c,v 1.23 2023/04/28 15:39:29 tb Exp $ */
 /*
  * Copyright (c) 2022, Google Inc.
  *
  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include <openssl/x509.h>
-
-#include <assert.h>
 #include <string.h>
 
 #include <openssl/err.h>
 #include <openssl/objects.h>
 #include <openssl/stack.h>
+#include <openssl/x509.h>
 #include <openssl/x509v3.h>
 
 #include "x509_internal.h"