mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-02-04 00:25:05 +01:00
14 lines
203 B
ArmAsm
14 lines
203 B
ArmAsm
|
|
#ifdef HAVE_CONFIG_H
|
|
#include <config.h>
|
|
#endif
|
|
|
|
#include <wolfssl/wolfcrypt/settings.h>
|
|
|
|
#ifdef WOLFSSL_SM3
|
|
|
|
#error "See https://github.com/wolfSSL/wolfsm for implementation of this file"
|
|
|
|
#endif
|
|
|