Skip to content

Commit

Permalink
openssl: add missing engine.h
Browse files Browse the repository at this point in the history
engine is exported by openssl/engine.h ; if not, we can have some
compilation warnings of some undefined symbols.
  • Loading branch information
vjardin committed Nov 14, 2024
1 parent 01209d5 commit 9990de4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlxsign_lib/mlxsign_openssl_engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#if !defined(NO_OPEN_SSL) && !defined(NO_DYNAMIC_ENGINE)
#include "mlxsign_openssl_engine.h"
#include <iostream>
#include <openssl/engine.h>
#include <openssl/ssl.h>
#include <openssl/sha.h>
#include <openssl/rsa.h>
Expand Down

0 comments on commit 9990de4

Please sign in to comment.