diff options
author | Dmitry Stogov <dmitry@zend.com> | 2015-05-13 18:53:58 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2015-05-13 18:53:58 +0300 |
commit | f51e4ae42e2ca81f831aa9ce6af1e7da2a867f69 (patch) | |
tree | 8e2977e9cd02472e39882d0b9b84387dda9ae847 /ext/mcrypt/mcrypt.c | |
parent | 40d843213892cbfe36298e84670df12e03047fc5 (diff) | |
download | php-git-f51e4ae42e2ca81f831aa9ce6af1e7da2a867f69.tar.gz |
Fixed build
Diffstat (limited to 'ext/mcrypt/mcrypt.c')
-rw-r--r-- | ext/mcrypt/mcrypt.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/mcrypt/mcrypt.c b/ext/mcrypt/mcrypt.c index f6d8c91234..3efe5d2f78 100644 --- a/ext/mcrypt/mcrypt.c +++ b/ext/mcrypt/mcrypt.c @@ -346,12 +346,6 @@ static void php_mcrypt_module_dtor(zend_resource *rsrc) /* {{{ */ } /* }}} */ -typedef enum { - RANDOM = 0, - URANDOM, - RAND -} iv_source; - static PHP_MINIT_FUNCTION(mcrypt) /* {{{ */ { le_mcrypt = zend_register_list_destructors_ex(php_mcrypt_module_dtor, NULL, "mcrypt", module_number); |