mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-31 22:09:16 +01:00
14 lines
203 B
C
14 lines
203 B
C
|
|
#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
|
|
|