diff options
author | tailor <cygnus@janrain.com> | 2006-01-04 17:52:37 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-01-04 17:52:37 +0000 |
commit | 970b834a18ac321bb61265153d77c99716f706a1 (patch) | |
tree | 3bb016ef4d0e2a9ca30f477131eaff1fc5fe1cf9 | |
parent | 6661e1b325fb9a04032d398f77a6a966e1476e01 (diff) | |
download | php-openid-970b834a18ac321bb61265153d77c99716f706a1.zip php-openid-970b834a18ac321bb61265153d77c99716f706a1.tar.gz php-openid-970b834a18ac321bb61265153d77c99716f706a1.tar.bz2 |
[project @ Added math library type test script]
-rw-r--r-- | typetest.php | 9 |
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"; + +?> |