diff --git a/win32/libclamav.def b/win32/libclamav.def index 5b9840990..8a938327b 100644 --- a/win32/libclamav.def +++ b/win32/libclamav.def @@ -129,6 +129,7 @@ EXPORTS cli_fmap_scandesc @44265 NONAME EXPORTS cli_hashset_destroy @44266 NONAME EXPORTS cli_detect_environment @44267 NONAME EXPORTS cli_filecopy @44268 NONAME +EXPORTS cli_checkfp_pe @44353 NONAME ; compatibility layer, tommath, zlib EXPORTS w32_srand @44269 NONAME @@ -139,9 +140,10 @@ EXPORTS readdir @44273 NONAME EXPORTS closedir @44274 NONAME EXPORTS safe_open @44275 NONAME EXPORTS snprintf @44276 NONAME -;EXPORTS mp_init @44277 NONAME -;EXPORTS mp_read_radix @44278 NONAME -;EXPORTS mp_clear @44279 NONAME +; SHA1 numbers reused from mp_* functions +EXPORTS SHA1Init @44277 NONAME +EXPORTS SHA1Update @44278 NONAME +EXPORTS SHA1Final @44279 NONAME EXPORTS sha256_init @44280 NONAME EXPORTS sha256_update @44281 NONAME EXPORTS sha256_final @44282 NONAME