Moves mbedtls to others and renames msc_string.h to string.h

This commit is contained in:
Felipe Zimmerle
2016-11-04 18:04:04 -03:00
parent 2244e874e2
commit ad05c74c3f
13 changed files with 25 additions and 26 deletions

View File

@@ -15,7 +15,7 @@
#include "src/utils/sha1.h"
#include "src/utils/mbedtls/sha1.h"
#include "others/mbedtls/sha1.h"
#include <fstream>
#include <iostream>
#include <cstring>