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_SM2
|
|
|
|
#error "See https://github.com/wolfSSL/wolfsm for implementation of this file"
|
|
|
|
#endif
|
|
|