]> granicus.if.org Git - php/commitdiff
Revert last commit (cybercash has its own version of base64.h)
authorSascha Schumann <sas@php.net>
Thu, 24 Feb 2000 10:58:21 +0000 (10:58 +0000)
committerSascha Schumann <sas@php.net>
Thu, 24 Feb 2000 10:58:21 +0000 (10:58 +0000)
ext/cybercash/cybercash.c

index ebcd06ce5771de00fb28c47703464fc80565099d..bc49c5aa3a0b27cf24b74970b7e4b041743d8eee 100644 (file)
@@ -33,7 +33,7 @@
 #if HAVE_MCK
 #include "cybercash.h"
 #include "mckcrypt.h"
-#include "ext/standard/base64.h"
+#include "base64.h"
 
 function_entry cybercash_functions[] = {
        PHP_FE(cybercash_encr, NULL)