]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/err/err.c
Use "" not <> for internal/ includes
[thirdparty/openssl.git] / crypto / err / err.c
index eec071236eb1a5e4b27b70a1a799aa9fd19596b8..ab08435af1e2618a6c89f8f5ef46dfcfac5b3051 100644 (file)
 #include <stdio.h>
 #include <stdarg.h>
 #include <string.h>
-#include <internal/cryptlib_int.h>
-#include <internal/err.h>
-#include <internal/err_int.h>
+#include "internal/cryptlib_int.h"
+#include "internal/err.h"
+#include "internal/err_int.h"
 #include <openssl/lhash.h>
 #include <openssl/err.h>
 #include <openssl/crypto.h>
 #include <openssl/buffer.h>
 #include <openssl/bio.h>
 #include <openssl/opensslconf.h>
-#include <internal/thread_once.h>
+#include "internal/thread_once.h"
 
 static int err_load_strings(const ERR_STRING_DATA *str);