diff options
Diffstat (limited to 'cipher/ChangeLog')
-rw-r--r-- | cipher/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog index f4371b80a..aff513528 100644 --- a/cipher/ChangeLog +++ b/cipher/ChangeLog @@ -1,3 +1,15 @@ +2010-09-28 Steven M. Schweda <[email protected]> (wk) + + Changes to help the VMS port. See + http://antinode.info/dec/sw/gnupg.html . + + * random.c [__VMS]: Include rmsdef.h and vms.h. + (LOCK_SEED_FILE) [__VMS]: Set to 0. + (getfnc_gather_random) [USE_RNDVMS]: Call rndvms_gather_random. + (read_seed_file) [__VMS]: Allow reading by others. + (update_random_seed_file) [__VMS]: Use VMS specific open call. + * rand-internal.h (rndvms_gather_random): New. + 2008-04-17 David Shaw <[email protected]> * camellia-glue.c (selftest, camellia_get_info), cipher.c |