Use the new sorting rules to regroup #include headers

This commit is contained in:
Ondřej Surý
2020-03-09 16:17:26 +01:00
parent 5071c47fbd
commit 3178974f0c
129 changed files with 305 additions and 315 deletions

View File

@@ -12,10 +12,6 @@
#ifndef DST_OPENSSL_H
#define DST_OPENSSL_H 1
#include <isc/lang.h>
#include <isc/log.h>
#include <isc/result.h>
#include <openssl/bn.h>
#include <openssl/conf.h>
#include <openssl/crypto.h>
@@ -23,6 +19,10 @@
#include <openssl/evp.h>
#include <openssl/rand.h>
#include <isc/lang.h>
#include <isc/log.h>
#include <isc/result.h>
#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
/*
* These are new in OpenSSL 1.1.0. BN_GENCB _cb needs to be declared in