summaryrefslogtreecommitdiff
path: root/navit/file.h
diff options
context:
space:
mode:
authorSebastian Leske <sebastian.leske@sleske.name>2017-11-02 08:04:10 +0100
committerSebastian Leske <sebastian.leske@sleske.name>2017-11-03 00:04:24 +0100
commit0621e4d79f5d89518d451969cc6b4b280ff0ab79 (patch)
tree77880f61bee039d7be05f618002248346b5ad6a8 /navit/file.h
parent2b6c039494b54c4ef88f69e2b89388a1050912e3 (diff)
downloadnavit-0621e4d79f5d89518d451969cc6b4b280ff0ab79.tar.gz
Fix:core:Remove binfile map encryption support
Remove support for decrypting an encrypted binfile map. The feature is not used, and removing it will let us remove the problematic dependency on OpenSSL (see trac 1350).
Diffstat (limited to 'navit/file.h')
-rw-r--r--navit/file.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/navit/file.h b/navit/file.h
index bb8b8bdd8..46dbc4c99 100644
--- a/navit/file.h
+++ b/navit/file.h
@@ -76,7 +76,6 @@ void file_data_flush(struct file *file, long long offset, int size);
int file_data_write(struct file *file, long long offset, int size, const void *data);
int file_get_contents(char *name, unsigned char **buffer, int *size);
unsigned char *file_data_read_compressed(struct file *file, long long offset, int size, int size_uncomp);
-unsigned char *file_data_read_encrypted(struct file *file, long long offset, int size, int size_uncomp, int compressed, char *passwd);
void file_data_free(struct file *file, unsigned char *data);
int file_exists(char const *name);
void file_remap_readonly(struct file *f);