X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/6c4edc71a0877c4d3376f60466064119ff17c707..8f203108d91b3aef5a379a6d49f6cb2a546eebbc:/scp.c diff --git a/scp.c b/scp.c index 8a82b2f7..d4446a77 100644 --- a/scp.c +++ b/scp.c @@ -814,6 +814,9 @@ int main(int argc, char *argv[]) ssh_send_eof(); ssh_recv(&ch, 1); } +#ifdef MSCRYPTOAPI + crypto_wrapup(); +#endif WSACleanup(); random_save_seed();