Skip to content

Commit

Permalink
Add a missing include for openssl 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed Jan 23, 2018
1 parent 6f4ee6e commit a34629f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/crypto_openssl_mgt.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ DISABLE_GCC_WARNING(redundant-decls)
#include <openssl/dh.h>
#include <openssl/conf.h>
#include <openssl/hmac.h>
#include <openssl/opensslv.h>

ENABLE_GCC_WARNING(redundant-decls)

Expand Down

0 comments on commit a34629f

Please sign in to comment.