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
#794)


Co-authored-by: John Harrison <johnh@quintar.ai>
  • Loading branch information
johnhe4 and John Harrison authored Oct 24, 2023
1 parent bba66d8 commit a2d04a4
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 @@ -25,6 +25,7 @@
#include <openssl/conf.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509v3.h>
#include <stdlib.h>
Expand Down

0 comments on commit a2d04a4

Please sign in to comment.