APG v2.2.3

This commit is contained in:
Adel I. Mirzazhanov
2003-09-13 00:47:19 +07:00
committed by skinc
parent 1fa1647408
commit 99c6b68aa3
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
apg-2.2.3
Fixed version info (-v).
apg-2.2.2
Fixed permissions for source distribution.

4
apg.c
View File

@@ -39,9 +39,9 @@
#include <time.h>
#ifndef APG_USE_SHA
#define APG_VERSION "2.2.0 (PRNG: X9.17/CAST)"
#define APG_VERSION "2.2.3 (PRNG: X9.17/CAST)"
#else /* APG_USE_SHA */
#define APG_VERSION "2.2.0 (PRNG: X9.17/SHA-1)"
#define APG_VERSION "2.2.3 (PRNG: X9.17/SHA-1)"
#endif /* APG_USE_SHA */
#ifdef __NetBSD__

View File

@@ -35,7 +35,7 @@
#include "getopt.h"
#define VERSION "2.2.0"
#define VERSION "2.2.3"
#define FOUND "FOUND"