]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/ess/ess_lib.c
Reorganize private crypto header files
[thirdparty/openssl.git] / crypto / ess / ess_lib.c
index fa9cff18be6c6241b6cdf10c64335c575a670f8c..17c0ea56c6a04e0276084327f9b5adf0fa3a446b 100644 (file)
@@ -11,7 +11,7 @@
 #include <openssl/x509v3.h>
 #include <openssl/err.h>
 #include <openssl/ess.h>
-#include "internal/ess_int.h"
+#include "crypto/ess.h"
 
 static ESS_CERT_ID *ESS_CERT_ID_new_init(X509 *cert, int issuer_needed);
 static ESS_CERT_ID_V2 *ESS_CERT_ID_V2_new_init(const EVP_MD *hash_alg,