Merge pull request #938 from padelsbach/require-wolfssh-cert

Require wolfssl to be built with --enable-wolfssh
pull/944/head
John Safranek 2026-04-21 09:34:19 -07:00 committed by GitHub
commit 8552be0cc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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