APG v2.2.3
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
|||||||
|
apg-2.2.3
|
||||||
|
Fixed version info (-v).
|
||||||
|
|
||||||
apg-2.2.2
|
apg-2.2.2
|
||||||
Fixed permissions for source distribution.
|
Fixed permissions for source distribution.
|
||||||
|
|
||||||
|
|||||||
4
apg.c
4
apg.c
@@ -39,9 +39,9 @@
|
|||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#ifndef APG_USE_SHA
|
#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 */
|
#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 */
|
#endif /* APG_USE_SHA */
|
||||||
|
|
||||||
#ifdef __NetBSD__
|
#ifdef __NetBSD__
|
||||||
|
|||||||
Reference in New Issue
Block a user