mirror of https://github.com/wolfSSL/wolfssh.git
Require wolfssl to be built with --enable-wolfssh
parent
2568b26b84
commit
2b0cc74e30
|
|
@ -40,6 +40,9 @@
|
|||
#include <wolfssl/wolfcrypt/curve25519.h>
|
||||
#include <wolfssl/wolfcrypt/ed25519.h>
|
||||
|
||||
#ifndef WOLFSSL_WOLFSSH
|
||||
#error "wolfssh requires wolfSSL built with WOLFSSL_WOLFSSH"
|
||||
#endif
|
||||
#ifdef WOLFSSH_SCP
|
||||
#include <wolfssh/wolfscp.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue