File tree Expand file tree Collapse file tree 13 files changed +1174
-572
lines changed
Expand file tree Collapse file tree 13 files changed +1174
-572
lines changed Original file line number Diff line number Diff line change 2323 * https://datatracker.ietf.org/doc/html/draft-shen-sm2-ecdsa-02
2424 */
2525
26- #ifdef HAVE_CONFIG_H
27- #include <config.h>
28- #endif
29-
30- #include <wolfssl/wolfcrypt/settings.h>
26+ #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
3127
3228#if defined(WOLFSSL_SM2 ) && defined(HAVE_ECC )
3329
3430#include <wolfssl/wolfcrypt/sm2.h>
3531#include <wolfssl/wolfcrypt/sp.h>
36- #include <wolfssl/wolfcrypt/error-crypt.h>
3732#include <wolfssl/wolfcrypt/hash.h>
3833#include <wolfssl/wolfcrypt/coding.h>
3934#include <wolfssl/wolfcrypt/asn.h>
Original file line number Diff line number Diff line change 2323 * https://datatracker.ietf.org/doc/html/draft-oscca-cfrg-sm3-02
2424 */
2525
26- #ifdef HAVE_CONFIG_H
27- #include <config.h>
28- #endif
29-
30- #include <wolfssl/wolfcrypt/settings.h>
31- #include <wolfssl/wolfcrypt/types.h>
26+ #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
3227
3328#ifdef WOLFSSL_SM3
3429
3530#include <wolfssl/wolfcrypt/sm3.h>
36- #include <wolfssl/wolfcrypt/error-crypt.h>
3731#include <wolfssl/wolfcrypt/cpuid.h>
3832#include <wolfssl/wolfcrypt/hash.h>
3933
Original file line number Diff line number Diff line change 11/* sm3_asm.S */
22/*
3- * Copyright (C) 2006-2024 wolfSSL Inc.
3+ * Copyright (C) 2006-2025 wolfSSL Inc.
44 *
55 * This file is part of wolfSSL.
66 *
4242#define HAVE_INTEL_AVX1
4343#endif /* HAVE_INTEL_AVX1 */
4444#ifndef NO_AVX2_SUPPORT
45+ #ifndef HAVE_INTEL_AVX2
4546#define HAVE_INTEL_AVX2
47+ #endif /* HAVE_INTEL_AVX2 */
4648#endif /* NO_AVX2_SUPPORT */
4749
4850#ifdef WOLFSSL_SM3
Original file line number Diff line number Diff line change 11; /* sm3_asm.asm */
22; /*
3- ; * Copyright (C) 2006-2024 wolfSSL Inc.
3+ ; * Copyright (C) 2006-2025 wolfSSL Inc.
44; *
55; * This file is part of wolfSSL.
66; *
Original file line number Diff line number Diff line change 2323 * https://datatracker.ietf.org/doc/html/draft-ribose-cfrg-sm4
2424 */
2525
26- #ifdef HAVE_CONFIG_H
27- #include <config.h>
28- #endif
29-
30- #include <wolfssl/wolfcrypt/settings.h>
31- #include <wolfssl/wolfcrypt/error-crypt.h>
26+ #include <wolfssl/wolfcrypt/libwolfssl_sources.h>
3227
3328#ifdef WOLFSSL_SM4
3429
You can’t perform that action at this time.
0 commit comments