]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/sm2/sm2_crypt.c
Reorganize private crypto header files
[thirdparty/openssl.git] / crypto / sm2 / sm2_crypt.c
index d5442107572ae81831c5bd5a90fc18c54fd42155..102f02651a5624558c8a3e1d3a3b34e2d5a21427 100644 (file)
@@ -9,9 +9,9 @@
  * https://www.openssl.org/source/license.html
  */
 
-#include "internal/sm2.h"
-#include "internal/sm2err.h"
-#include "internal/ec_int.h" /* ecdh_KDF_X9_63() */
+#include "crypto/sm2.h"
+#include "crypto/sm2err.h"
+#include "crypto/ec.h" /* ecdh_KDF_X9_63() */
 #include <openssl/err.h>
 #include <openssl/evp.h>
 #include <openssl/bn.h>