summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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";
+
+?>