mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 06:44:40 +01:00
There's no usage of any ENGINE APIs and trying to include the header breaks compilation with ENGINE support disabled. Signed-off-by: Rosen Penev <rosenp@gmail.com>
11 lines
270 B
Diff
11 lines
270 B
Diff
--- a/src/gssl/gssl_openssl.cpp
|
|
+++ b/src/gssl/gssl_openssl.cpp
|
|
@@ -32,7 +32,6 @@
|
|
#include <openssl/ssl.h>
|
|
#include <openssl/err.h>
|
|
#include <openssl/rand.h>
|
|
-#include <openssl/engine.h>
|
|
#include <openssl/conf.h>
|
|
#include <openssl/evp.h>
|
|
#include <openssl/hmac.h>
|