mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Minor changes to help the VMS port
This commit is contained in:
parent
9921fb3a8c
commit
aa29ba1689
19 changed files with 232 additions and 21 deletions
|
@ -39,6 +39,13 @@
|
|||
#include "status.h"
|
||||
#include "i18n.h"
|
||||
|
||||
#ifdef __VMS
|
||||
# include "vms.h" /* Not part of the standard GnuPG tarball. See
|
||||
http://antinode.info/dec/sw/gnupg.html */
|
||||
# define fopen fopen_vms
|
||||
#endif /* def __VMS */
|
||||
|
||||
|
||||
|
||||
/****************
|
||||
* Handle a plaintext packet. If MFX is not NULL, update the MDs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue