Mercurial > trustbridge
diff ui/mainwindow.cpp @ 31:37fc66967517
Implement signature verification wiht polarssl
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Thu, 13 Mar 2014 18:12:16 +0000 |
parents | 62cd56cea09b |
children | c6125d73faf4 |
line wrap: on
line diff
--- a/ui/mainwindow.cpp Thu Mar 13 17:26:33 2014 +0000 +++ b/ui/mainwindow.cpp Thu Mar 13 18:12:16 2014 +0000 @@ -73,7 +73,7 @@ char *data = NULL; size_t size; - if (readAndVerifyList(cFileName, &data, &size) != Valid) { + if (read_and_verify_list(cFileName, &data, &size) != Valid) { // Probably a bug when Qt fileName is encoded and cFileName // fails because of this. This needs a unit test! // Maybe check that the file is in our data directory