X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/996c8c3b71ae7d62c5da27e40d6771f1d17c584b..5a468ffb8516c6fc86cc577a86e7c122f8e8e3c3:/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();