mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
19 lines
368 B
Plaintext
19 lines
368 B
Plaintext
$NetBSD: patch-aa,v 1.5 2004/07/21 22:37:10 jlam Exp $
|
|
|
|
--- send.c.orig Sun Feb 1 12:10:58 2004
|
|
+++ send.c
|
|
@@ -1689,6 +1689,13 @@ full_fcc:
|
|
}
|
|
}
|
|
|
|
+#ifdef CRYPT_BACKEND_CLASSIC_PGP
|
|
+ {
|
|
+ /* Extend the PGP expiry time while messages are being sent. */
|
|
+ extern time_t PgpExptime;
|
|
+ PgpExptime = time (NULL) + PgpTimeout;
|
|
+ }
|
|
+#endif
|
|
|
|
rv = 0;
|
|
|