diff --git a/wolfssh/internal.h b/wolfssh/internal.h index ae5523a7d..aea4e563c 100644 --- a/wolfssh/internal.h +++ b/wolfssh/internal.h @@ -40,6 +40,9 @@ #include #include +#ifndef WOLFSSL_WOLFSSH + #error "wolfssh requires wolfSSL built with WOLFSSL_WOLFSSH" +#endif #ifdef WOLFSSH_SCP #include #endif