Skip to content

Commit f51e4ae

Browse files
committed
Fixed build
1 parent 40d8432 commit f51e4ae

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ext/mcrypt/mcrypt.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -346,12 +346,6 @@ static void php_mcrypt_module_dtor(zend_resource *rsrc) /* {{{ */
346346
}
347347
/* }}} */
348348

349-
typedef enum {
350-
RANDOM = 0,
351-
URANDOM,
352-
RAND
353-
} iv_source;
354-
355349
static PHP_MINIT_FUNCTION(mcrypt) /* {{{ */
356350
{
357351
le_mcrypt = zend_register_list_destructors_ex(php_mcrypt_module_dtor, NULL, "mcrypt", module_number);

0 commit comments

Comments
 (0)