Skip to content

Commit

Permalink
add a missing "compat_openssl.h"
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed Jan 23, 2018
1 parent a172f02 commit fa694f5
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 @@ -10,6 +10,7 @@
* \brief Block of functions related to operations from OpenSSL.
**/

#include "compat_openssl.h"
#include "crypto_openssl_mgt.h"

DISABLE_GCC_WARNING(redundant-decls)
Expand Down

0 comments on commit fa694f5

Please sign in to comment.