Require wolfssl to be built with --enable-wolfssh

pull/938/head
Paul Adelsbach 2026-04-21 09:22:11 -07:00
parent 2568b26b84
commit 2b0cc74e30
1 changed files with 3 additions and 0 deletions

View File

@ -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