Remove workaround with multiple include folders; Instead use a naive escape function

This commit is contained in:
Jens Steube
2016-06-24 16:57:20 +02:00
parent 68f040680a
commit 268b1e3ad0
3 changed files with 47 additions and 22 deletions

View File

@@ -1668,6 +1668,7 @@ int veracrypt_parse_hash_327661 (char *input_buf, uint input_len, hash_t *hash
int veracrypt_parse_hash_655331 (char *input_buf, uint input_len, hash_t *hash_buf);
int win8phone_parse_hash (char *input_buf, uint input_len, hash_t *hash_buf);
void naive_escape (const char *cpath_real, char *cpath_escaped);
void load_kernel (const char *kernel_file, int num_devices, size_t *kernel_lengths, const u8 **kernel_sources);
void writeProgramBin (char *dst, u8 *binary, size_t binary_size);