summaryrefslogtreecommitdiff
path: root/src/crywrap
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2011-11-09 00:43:58 +0100
committerSimon Josefsson <simon@josefsson.org>2011-11-09 00:48:15 +0100
commit21caff388b360fca7a774ed5206447ba9ebf4f94 (patch)
tree0ff149b18a77253e9cb9f5a6a26102cc7b2d83f4 /src/crywrap
parentfe0a92df94869abd48a8e7a576f9b81867a9c420 (diff)
downloadgnutls-21caff388b360fca7a774ed5206447ba9ebf4f94.tar.gz
Simplify static library renaming hack.
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;