Crypt the swapfile.
diff --git a/src/main.c b/src/main.c
index f4e1fde..0f29255 100644
--- a/src/main.c
+++ b/src/main.c
@@ -595,7 +595,7 @@
      */
     if (recoverymode && fname == NULL)
     {
-	recover_names(NULL, TRUE, 0);
+	recover_names(NULL, TRUE, 0, NULL);
 	mch_exit(0);
     }