#define SHA512_Update SHA512Update
#define SHA512_Final SHA512Final
#else
-#include "openssl/sha.h"
+#include <openssl/sha.h>
#endif
#include <sys/vfs.h>
#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;
+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.
*/
#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