Skip to content

Commit

Permalink
Added an explicit include for rsa.h, needed for openssl 1.1.1+ support
Browse files Browse the repository at this point in the history
  • Loading branch information
John Harrison committed Oct 17, 2023
1 parent 7dab48f commit 3947288
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions librabbitmq/amqp_openssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/ssl.h>
#include <openssl/rsa.h>
#include <openssl/x509v3.h>
#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit 3947288

Please sign in to comment.