diff options
Diffstat (limited to 'crypto/sm3/m_sm3.c')
-rw-r--r-- | crypto/sm3/m_sm3.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/sm3/m_sm3.c b/crypto/sm3/m_sm3.c index 85538dc8af06a..7e54f4298431c 100644 --- a/crypto/sm3/m_sm3.c +++ b/crypto/sm3/m_sm3.c @@ -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" +# include "crypto/sm3.h" static int init(EVP_MD_CTX *ctx) { |