aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/encrypt.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2001-05-28 17:35:10 +0000
committerWerner Koch <[email protected]>2001-05-28 17:35:10 +0000
commit4c76d6dce1113750f220e9730b83efc7329668bb (patch)
tree46d8a45b82c654defc07a87b937377259a26c9c6 /gpgme/encrypt.c
parentAdjusted for changes --fixed-list-mode in 1.0.4h (diff)
downloadgpgme-4c76d6dce1113750f220e9730b83efc7329668bb.tar.gz
gpgme-4c76d6dce1113750f220e9730b83efc7329668bb.zip
Changes by Jose and Tommy.
Diffstat (limited to '')
-rw-r--r--gpgme/encrypt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gpgme/encrypt.c b/gpgme/encrypt.c
index 5234cc8b..3fe60a62 100644
--- a/gpgme/encrypt.c
+++ b/gpgme/encrypt.c
@@ -49,7 +49,6 @@ gpgme_op_encrypt_start ( GpgmeCtx c, GpgmeRecipients recp,
c->pending = 1;
/* do some checks */
- assert ( !c->gpg );
if ( !gpgme_recipients_count ( recp ) ) {
/* Fixme: In this case we should do symmentric encryption */
rc = mk_error (No_Recipients);