From 81b64bcfc0a32fdeb0e4f367adbf273d924e55f4 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 20 Oct 2020 14:40:51 +0200 Subject: Conversion to the cmake building system. Signed-off-by: gregory guy --- src/crypto.cpp | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) (limited to 'src/crypto.cpp') diff --git a/src/crypto.cpp b/src/crypto.cpp index 3fb4696..0e6836f 100644 --- a/src/crypto.cpp +++ b/src/crypto.cpp @@ -37,10 +37,25 @@ * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. */ /* See Tor LICENSE for licensing information */ /* $Id: crypto.cpp,v 1.11 2008/07/31 19:56:26 hoganrobert Exp $ */ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +#include + #include -#include -#include "crypto.h" -#include "../config.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #ifndef USE_OPENSSL #include @@ -59,18 +74,8 @@ #include #endif -#include -#include -#include -#include +#include "crypto.h" -#include -#include -#include -#include -#include -#include -#include /* random numbers */ -- cgit v1.2.1