Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/libverify Initialize "ok...
details: https://anonhg.NetBSD.org/src/rev/1212bbf92a37
branches: trunk
changeset: 782835:1212bbf92a37
user: martin <martin%NetBSD.org@localhost>
date: Thu Nov 22 11:26:28 2012 +0000
description:
Initialize "ok" (and thereby fix the vax build)
diffstat:
crypto/external/bsd/netpgp/dist/src/libverify/libverify.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r c7584bc56ee3 -r 1212bbf92a37 crypto/external/bsd/netpgp/dist/src/libverify/libverify.c
--- a/crypto/external/bsd/netpgp/dist/src/libverify/libverify.c Thu Nov 22 11:23:43 2012 +0000
+++ b/crypto/external/bsd/netpgp/dist/src/libverify/libverify.c Thu Nov 22 11:26:28 2012 +0000
@@ -874,7 +874,7 @@
pgpv_mem_t *unzmem;
bz_stream bz;
z_stream z;
- int ok;
+ int ok = 0;
compressed->compalg = *p;
compressed->s.size = len;
Home |
Main Index |
Thread Index |
Old Index