summaryrefslogtreecommitdiff
path: root/src/crywrap
diff options
context:
space:
mode:
Diffstat (limited to 'src/crywrap')
-rw-r--r--src/crywrap/crywrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crywrap/crywrap.c b/src/crywrap/crywrap.c
index 24ed8fcf83..da41f854d8 100644
--- a/src/crywrap/crywrap.c
+++ b/src/crywrap/crywrap.c
@@ -203,7 +203,7 @@ load_file (const char *file)
gnutls_datum_t loaded_file = { NULL, 0 };
size_t length;
- loaded_file.data = gl_read_binary_file (file, &length);
+ loaded_file.data = read_binary_file (file, &length);
if (loaded_file.data)
loaded_file.size = (unsigned int) length;