]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
store: include internal header
authorPauli <pauli@openssl.org>
Tue, 1 Jun 2021 11:48:11 +0000 (21:48 +1000)
committerPauli <pauli@openssl.org>
Wed, 2 Jun 2021 10:45:51 +0000 (20:45 +1000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15564)

crypto/store/store_meth.c

index 26ad25b5b8dc0d21dbaf947252dc593cd2e79b90..cf2d1c6bbad303ccf572ddef363aa515c57c732b 100644 (file)
@@ -7,8 +7,8 @@
  * https://www.openssl.org/source/license.html
  */
 
-#include <openssl/store.h>
 #include <openssl/crypto.h>
+#include "crypto/store.h"
 #include "internal/core.h"
 #include "internal/namemap.h"
 #include "internal/property.h"