]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix ssl.h include brackets, instead of quotes.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 16 Mar 2023 14:40:43 +0000 (15:40 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 16 Mar 2023 14:40:43 +0000 (15:40 +0100)
compat/getentropy_solaris.c
daemon/remote.h
doc/Changelog
validator/val_neg.c

index 5e3b1cbbbd3085e45b3a2b2a4d2eeea2425465bd..1ff8162917b3f8eed77b1417c1313510dcd052de 100644 (file)
@@ -47,7 +47,7 @@
 #define SHA512_Update SHA512Update
 #define SHA512_Final SHA512Final
 #else
-#include "openssl/sha.h"
+#include <openssl/sha.h>
 #endif
 
 #include <sys/vfs.h>
index 217ea21e80c1368d43b433141740b7c8495caad4..4902803f5e42bef5a6a87dc43d86eaa13757adc2 100644 (file)
@@ -46,7 +46,7 @@
 #ifndef DAEMON_REMOTE_H
 #define DAEMON_REMOTE_H
 #ifdef HAVE_OPENSSL_SSL_H
-#include "openssl/ssl.h"
+#include <openssl/ssl.h>
 #endif
 struct config_file;
 struct listen_list;
index 399da1473cf0977253efb44cae1ebf4e863364b5..62d2b4c8419af3b10c954ffa090a18c93a68e565 100644 (file)
@@ -1,3 +1,6 @@
+16 March 2023: Wouter
+       - Fix ssl.h include brackets, instead of quotes.
+
 14 March 2023: Wouter
        - Fix unbound-dnstap-socket test program to reply the finish frame
          over a TLS connection correctly.
index 6990e9a06c4cc20c9d54fc0f08df283c57a8d46e..52bc6838726096b21cef19eaf610d5be38f01362 100644 (file)
@@ -43,7 +43,7 @@
  */
 #include "config.h"
 #ifdef HAVE_OPENSSL_SSL_H
-#include "openssl/ssl.h"
+#include <openssl/ssl.h>
 #define NSEC3_SHA_LEN SHA_DIGEST_LENGTH
 #else
 #define NSEC3_SHA_LEN 20