mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-25 20:21:07 +01:00
sm: Fix binary mode access.
* sm/import.c (O_BINARY): Define if not. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
9c12c2f91c
commit
0fc1e0de9e
@ -37,6 +37,10 @@
|
||||
#include "../common/membuf.h"
|
||||
#include "minip12.h"
|
||||
|
||||
#ifndef O_BINARY
|
||||
#define O_BINARY 0
|
||||
#endif
|
||||
|
||||
/* The arbitrary limit of one PKCS#12 object. */
|
||||
#define MAX_P12OBJ_SIZE 128 /*kb*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user