summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-01-04 17:52:37 +0000
committertailor <cygnus@janrain.com>2006-01-04 17:52:37 +0000
commit970b834a18ac321bb61265153d77c99716f706a1 (patch)
tree3bb016ef4d0e2a9ca30f477131eaff1fc5fe1cf9
parent6661e1b325fb9a04032d398f77a6a966e1476e01 (diff)
downloadphp-openid-970b834a18ac321bb61265153d77c99716f706a1.zip
php-openid-970b834a18ac321bb61265153d77c99716f706a1.tar.gz
php-openid-970b834a18ac321bb61265153d77c99716f706a1.tar.bz2
[project @ Added math library type test script]
-rw-r--r--typetest.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/typetest.php b/typetest.php
new file mode 100644
index 0000000..d80f342
--- /dev/null
+++ b/typetest.php
@@ -0,0 +1,9 @@
+<?php
+
+require_once('Net/OpenID/CryptUtil.php');
+
+$lib =& Net_OpenID_MathLibrary::getLibWrapper();
+
+print "Using library type " . $lib->type . "\n";
+
+?>