mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* g10.c (main): Typo.
* armor.c (is_armor_header): Allow CR and LF (not just actual spaces) in an armor header line (-----BEGIN etc). This is needed due to CRLF issues on win32. As before, --openpgp makes it strict.
This commit is contained in:
parent
61197deca8
commit
299a250c94
3 changed files with 26 additions and 10 deletions
|
@ -2607,8 +2607,8 @@ main( int argc, char **argv )
|
|||
|
||||
if(require_secmem && !got_secmem)
|
||||
{
|
||||
log_info(_("will not run with insecure memory due to %s"),
|
||||
"--require-secmem\n");
|
||||
log_info(_("will not run with insecure memory due to %s\n"),
|
||||
"--require-secmem");
|
||||
g10_exit(2);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue