Commit da728e36 authored by Nick Mathewson's avatar Nick Mathewson 🥔
Browse files

Rectify include paths (automated)

parent 874ba686
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
#include "common/crypto_util.h"
#include "common/crypto_digest.h"

#include "crypto_openssl_mgt.h"
#include "common/crypto_openssl_mgt.h"
#include <openssl/opensslv.h>

#if OPENSSL_VERSION_NUMBER >= OPENSSL_V_SERIES(1,1,0)