From 2b0cc74e30056ee7ad585829fe3f1fcde67db528 Mon Sep 17 00:00:00 2001 From: Paul Adelsbach Date: Tue, 21 Apr 2026 09:22:11 -0700 Subject: [PATCH] Require wolfssl to be built with --enable-wolfssh --- wolfssh/internal.h | 3 +++ 1 file changed, 3 insertions(+) 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