blob: 853ae23f5369194aa8a47b1867e8bd0853f0dce0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aq,v 1.3 2000/12/16 05:44:09 hubertf Exp $
--- sdr/src/pgp_crypt.c.orig Tue May 25 16:52:35 1999
+++ sdr/src/pgp_crypt.c Wed Dec 13 01:43:09 2000
@@ -328,7 +328,7 @@
/* Extract the signature and store in files */
- Tcl_Eval(interp, "pgpstate");
+ sdr_Tcl_Eval(interp, "pgpstate");
if (strcmp(interp->result,"1") == 0) {
/* signature file - irand.sig */
|