diff options
author | Justus Winter <[email protected]> | 2016-10-06 12:13:18 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-10-06 12:13:18 +0000 |
commit | 07cfb3b27a77491eae818d57f6eb660e75fa013f (patch) | |
tree | 35a1281bfade39c87e2b36ec7c4be1be2767bcc4 | |
parent | wks: Send key encrypted as required by draft -02 (diff) | |
download | gnupg-07cfb3b27a77491eae818d57f6eb660e75fa013f.tar.gz gnupg-07cfb3b27a77491eae818d57f6eb660e75fa013f.zip |
gpgscm: Update callsite of 'gnupg_spawn_process'.
* tests/gpgscm/ffi.c (do_spawn_process): Adapt to the changes to
'gnupg_spawn_process'.
Fixes-commit: 44a32455
Fixes-commit: 96c7901e
Signed-off-by: Justus Winter <[email protected]>
-rw-r--r-- | tests/gpgscm/ffi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpgscm/ffi.c b/tests/gpgscm/ffi.c index 829384ae1..44db6bb82 100644 --- a/tests/gpgscm/ffi.c +++ b/tests/gpgscm/ffi.c @@ -653,7 +653,7 @@ do_spawn_process (scheme *sc, pointer args) } err = gnupg_spawn_process (argv[0], (const char **) &argv[1], - GPG_ERR_SOURCE_DEFAULT, + NULL, NULL, flags, &infp, &outfp, &errfp, &pid); |