summaryrefslogtreecommitdiffstats
path: root/providers/fips
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2021-05-25 15:08:03 -0400
committerPauli <pauli@openssl.org>2021-05-27 09:56:41 +1000
commit449bdf3746244160e8ab0ee3ac73d4c73017c2fb (patch)
treeb5609fb1ba31df998f9941e4acaa6769bd957e9f /providers/fips
parent6229815ab8f6e0a6e272c7a7094a061606cd0a90 (diff)
Use "" for include internal/xxx
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15468)
Diffstat (limited to 'providers/fips')
-rw-r--r--providers/fips/self_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/providers/fips/self_test.c b/providers/fips/self_test.c
index 2b3b30de27..a4d7a4ffe2 100644
--- a/providers/fips/self_test.c
+++ b/providers/fips/self_test.c
@@ -11,7 +11,7 @@
#include <openssl/evp.h>
#include <openssl/params.h>
#include <openssl/crypto.h>
-#include <internal/cryptlib.h>
+#include "internal/cryptlib.h"
#include <openssl/fipskey.h>
#include <openssl/err.h>
#include <openssl/proverr.h>
@@ -25,7 +25,7 @@
* it should be run once regardless of the number of OSSL_LIB_CTXs we have.
*/
#define ALLOW_RUN_ONCE_IN_FIPS
-#include <internal/thread_once.h>
+#include "internal/thread_once.h"
#include "self_test.h"
#define FIPS_STATE_INIT 0