summaryrefslogtreecommitdiff
path: root/ext/mcrypt/mcrypt.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-08-14 19:29:53 +0000
committerSascha Schumann <sas@php.net>2000-08-14 19:29:53 +0000
commit61a058f538fe673b263a2697c36167bcf2e38192 (patch)
tree31f64718808782e028074a6b21fb4ccdacfc12f9 /ext/mcrypt/mcrypt.c
parent744dce0da09c9eac7d2eb4926552cda007e1d658 (diff)
downloadphp-git-61a058f538fe673b263a2697c36167bcf2e38192.tar.gz
Remove unnecessary precompiler macros. The failure condition is catched
at configure time.
Diffstat (limited to 'ext/mcrypt/mcrypt.c')
-rw-r--r--ext/mcrypt/mcrypt.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/mcrypt/mcrypt.c b/ext/mcrypt/mcrypt.c
index e5bf305475..af5672f055 100644
--- a/ext/mcrypt/mcrypt.c
+++ b/ext/mcrypt/mcrypt.c
@@ -32,10 +32,6 @@
#include "ext/standard/info.h"
-#if !defined(HAVE_LIBMCRYPT22) && !defined(HAVE_LIBMCRYPT24)
-#error Upgrade you version of mcrypt to at least 2.2.7, preferrable 2.4.4
-#endif
-
function_entry mcrypt_functions[] = {
PHP_FE(mcrypt_ecb, NULL)
PHP_FE(mcrypt_cbc, NULL)