add a missing "compat_openssl.h"

This commit is contained in:
Nick Mathewson 2018-01-23 14:41:46 -05:00
parent a172f02dfb
commit fa694f5af3

View File

@ -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)