diff options
Diffstat (limited to 'gpgme/encrypt-sign.c')
-rw-r--r-- | gpgme/encrypt-sign.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gpgme/encrypt-sign.c b/gpgme/encrypt-sign.c index 3ea6f285..9e49e584 100644 --- a/gpgme/encrypt-sign.c +++ b/gpgme/encrypt-sign.c @@ -40,16 +40,7 @@ encrypt_sign_status_handler (GpgmeCtx ctx, GpgmeStatusCode code, char *args) size_t encrypt_info_len; _gpgme_encrypt_status_handler (ctx, code, args); - - if (code == GPGME_STATUS_EOF) - { - encrypt_info = gpgme_data_release_and_get_mem (ctx->op_info, - &encrypt_info_len); - ctx->op_info = NULL; - } _gpgme_sign_status_handler (ctx, code, args); - if (code == GPGME_STATUS_EOF && encrypt_info) - _gpgme_data_append (ctx->op_info, encrypt_info, encrypt_info_len); } |