diff options
Diffstat (limited to 'src/libstrongswan/library.c')
-rw-r--r-- | src/libstrongswan/library.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstrongswan/library.c b/src/libstrongswan/library.c index 217dbc045..0116b8e3d 100644 --- a/src/libstrongswan/library.c +++ b/src/libstrongswan/library.c @@ -132,8 +132,7 @@ bool library_init(char *settings) "libstrongswan.integrity_test", FALSE)) { this->public.integrity = integrity_checker_create(CHECKSUM_LIBRARY); - if (!lib->integrity->check_segment(lib->integrity, - "libstrongswan", library_init)) + if (!lib->integrity->check(lib->integrity, "libstrongswan", library_init)) { DBG1("integrity check of libstrongswan failed"); return FALSE; |