summaryrefslogtreecommitdiffstats
path: root/crypto/conf
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-08-22 08:35:43 -0400
committerRich Salz <rsalz@openssl.org>2017-08-22 09:54:20 -0400
commit176db6dc51ec0a972bfa8836cfdab8f6767c978a (patch)
treea1ac85fb38a43a0c7093e650645f116f4ac3fa2d /crypto/conf
parent12bd06cd6b7a67ae6b4f582b085555f62fbea93a (diff)
Use "" not <> for internal/ includes
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4217)
Diffstat (limited to 'crypto/conf')
-rw-r--r--crypto/conf/conf_lib.c2
-rw-r--r--crypto/conf/conf_sap.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/conf/conf_lib.c b/crypto/conf/conf_lib.c
index 3532114917..74759c56d5 100644
--- a/crypto/conf/conf_lib.c
+++ b/crypto/conf/conf_lib.c
@@ -9,7 +9,7 @@
#include <stdio.h>
#include <string.h>
-#include <internal/conf.h>
+#include "internal/conf.h"
#include <openssl/crypto.h>
#include <openssl/err.h>
#include <openssl/conf.h>
diff --git a/crypto/conf/conf_sap.c b/crypto/conf/conf_sap.c
index bed95abea4..0815109d81 100644
--- a/crypto/conf/conf_sap.c
+++ b/crypto/conf/conf_sap.c
@@ -10,7 +10,7 @@
#include <stdio.h>
#include <openssl/crypto.h>
#include "internal/cryptlib.h"
-#include <internal/conf.h>
+#include "internal/conf.h"
#include <openssl/x509.h>
#include <openssl/asn1.h>
#include <openssl/engine.h>