mirror of https://github.com/wolfSSL/wolfssh.git
Merge pull request #938 from padelsbach/require-wolfssh-cert
Require wolfssl to be built with --enable-wolfsshpull/944/head
commit
8552be0cc5
|
|
@ -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