Skip to content

Commit

Permalink
Try openssl/hmac.h first
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakio815 committed Apr 16, 2023
1 parent 4920ead commit 1d573da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/federated/federate.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "scheduler.h"
#include "trace.h"
#ifdef FEDERATED_AUTHENTICATED
#include <openssl/rand.h> // For secure random number generation.
#include <openssl/hmac.h> // For HMAC-based authentication of federates.
#include <openssl/rand.h> // For secure random number generation.
#endif

// Error messages.
Expand Down

0 comments on commit 1d573da

Please sign in to comment.