diff options
| author | Denys Fedoryshchenko <denys.f@collabora.com> | 2025-12-10 19:26:23 +0200 |
|---|---|---|
| committer | Denys Fedoryshchenko <denys.f@collabora.com> | 2025-12-10 19:26:23 +0200 |
| commit | b8c57bf4bd8276716a581ede91919db691f621c0 (patch) | |
| tree | 9258d2a29cf5ad639239763603565811ee12ab13 | |
| parent | b4015f9ec2d58b80155e6691d82b5f3b6023a560 (diff) | |
| download | accel-ppp-b8c57bf4bd8276716a581ede91919db691f621c0.tar.gz accel-ppp-b8c57bf4bd8276716a581ede91919db691f621c0.zip | |
Minor compile fix, we have only OpenSSL version now
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
| -rw-r--r-- | accel-pppd/ctrl/sstp/sstp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/accel-pppd/ctrl/sstp/sstp.c b/accel-pppd/ctrl/sstp/sstp.c index 1006501a..4dab0c8e 100644 --- a/accel-pppd/ctrl/sstp/sstp.c +++ b/accel-pppd/ctrl/sstp/sstp.c @@ -19,7 +19,6 @@ #include <sys/stat.h> #include "linux_ppp.h" -#ifdef CRYPTO_OPENSSL /* * Suppress OpenSSL 3.0 deprecation warnings for DH API. * See crypto.h for detailed explanation. @@ -27,7 +26,6 @@ #define OPENSSL_API_COMPAT 0x10100000L #include <openssl/ssl.h> #include <openssl/err.h> -#endif #include "triton.h" #include "events.h" |
