aboutsummaryrefslogtreecommitdiffstats
path: root/scd/ccid-driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'scd/ccid-driver.c')
-rw-r--r--scd/ccid-driver.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/scd/ccid-driver.c b/scd/ccid-driver.c
index 6e4d10b2b..603c0cdbc 100644
--- a/scd/ccid-driver.c
+++ b/scd/ccid-driver.c
@@ -78,7 +78,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <assert.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
@@ -3189,7 +3188,7 @@ ccid_transceive (ccid_driver_t handle,
apdu = apdu_buf;
apdulen = apdu_buflen;
- assert (apdulen);
+ log_assert (apdulen);
/* Construct an I-Block. */
tpdu = msg + hdrlen;