summaryrefslogtreecommitdiff
path: root/ext/mcrypt/mcrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mcrypt/mcrypt.c')
-rw-r--r--ext/mcrypt/mcrypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mcrypt/mcrypt.c b/ext/mcrypt/mcrypt.c
index a1a6b5e2ac..a05565a72e 100644
--- a/ext/mcrypt/mcrypt.c
+++ b/ext/mcrypt/mcrypt.c
@@ -647,8 +647,8 @@ PHP_FUNCTION(mcrypt_enc_get_supported_key_sizes)
int argc, i, count;
int *key_sizes;
- argc = ZEND_NUM_ARGS();
MCRYPT_GET_TD_ARG
+ argc = ZEND_NUM_ARGS();
key_sizes = mcrypt_enc_get_supported_key_sizes (pm->td, &count);