diff options
author | William Ahern <william@server.local> | 2013-12-09 20:56:25 -0800 |
---|---|---|
committer | William Ahern <william@server.local> | 2013-12-09 20:56:25 -0800 |
commit | d4aa420319bff15a6f84f679c6374dda7cf1b0f2 (patch) | |
tree | b716502f27733e5dd9d2e45715a00bf88586e12e /openssl.bignum.lua | |
parent | e42cc7815ff3c948c4ab4e2782da2a2cb4f476bf (diff) | |
download | luaossl-d4aa420319bff15a6f84f679c6374dda7cf1b0f2.tar.gz luaossl-d4aa420319bff15a6f84f679c6374dda7cf1b0f2.tar.bz2 luaossl-d4aa420319bff15a6f84f679c6374dda7cf1b0f2.zip |
move newly split files into src/ directory
Diffstat (limited to 'openssl.bignum.lua')
-rw-r--r-- | openssl.bignum.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/openssl.bignum.lua b/openssl.bignum.lua deleted file mode 100644 index 3090a68..0000000 --- a/openssl.bignum.lua +++ /dev/null @@ -1,3 +0,0 @@ -local bignum = require"_openssl.bignum" - -return bignum |