Reorganize private crypto header files
[openssl.git] / crypto / sm3 / m_sm3.c
index 85538dc8af06a30b9d82945bff15fbcac2c185bd..4bccaaf1dc823e83f47e6b9163b129871c804286 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright 2017 Ribose Inc. All Rights Reserved.
  *
- * Licensed under the OpenSSL license (the "License").  You may not use
+ * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
  * in the file LICENSE in the source distribution or at
  * https://www.openssl.org/source/license.html
@@ -12,8 +12,8 @@
 
 #ifndef OPENSSL_NO_SM3
 # include <openssl/evp.h>
-# include "internal/evp_int.h"
 # include "internal/sm3.h"
+# include "crypto/evp.h"
 
 static int init(EVP_MD_CTX *ctx)
 {