Removing the dependency on OpenSSL, as it sucks.

This commit is contained in:
Ben Vanik
2013-02-06 21:47:05 -08:00
parent 7009cd8047
commit 2c42ea909b
15 changed files with 310 additions and 44 deletions

View File

@@ -7,8 +7,8 @@
******************************************************************************
*/
#ifndef XENIA_KERNEL_DBG_CONTENT_SOURCE_H_
#define XENIA_KERNEL_DBG_CONTENT_SOURCE_H_
#ifndef XENIA_DBG_CONTENT_SOURCE_H_
#define XENIA_DBG_CONTENT_SOURCE_H_
#include <xenia/common.h>
#include <xenia/core.h>
@@ -40,4 +40,4 @@ protected:
} // namespace xe
#endif // XENIA_KERNEL_DBG_CONTENT_SOURCE_H_
#endif // XENIA_DBG_CONTENT_SOURCE_H_