Skip to content

Commit

Permalink
Fix config.h include in opensslsigners
Browse files Browse the repository at this point in the history
  • Loading branch information
fredmorcos committed Jul 3, 2024
1 parent ebcd727 commit cd32970
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pdns/opensslsigners.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

#include "config.h"
#include "misc.hh"
#include <memory>
#include <openssl/crypto.h>
#include <openssl/ec.h>
#include <optional>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <openssl/obj_mac.h>
#ifdef HAVE_LIBCRYPTO_ECDSA
#include <openssl/ecdsa.h>
Expand Down

0 comments on commit cd32970

Please sign in to comment.