Skip to content
Snippets Groups Projects
Commit c2d7d9b5 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

minor fixes

Rev: bin/smartlink:1.7
Rev: src/modules/_Crypto/testsuite.in:1.3
parent fda2564c
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,8 @@ RPATH="$RPATH:${LD_LIBRARY_PATH-}"
OLDIFS="$IFS"
IFS=:
set -- $RPATH
set dummy $RPATH
shift
IFS="$OLDIFS"
while test x$1 = x -a x$# != x0; do
......
......@@ -17,6 +17,9 @@ test_true([[functionp(Crypto.des_parity)]])
test_true([[functionp(Crypto.hex_to_string)]])
test_true([[functionp(Crypto.string_to_hex)]])
cond( [[ master()->resolv("Gmp")->mpz ]],
[[
// Pike programs
test_true([[programp(Crypto.des3)]])
test_true([[programp(Crypto.des3_cbc)]])
......@@ -134,3 +137,4 @@ test_true([[objectp(Crypto.sha())]])
test_eq([[Crypto.sha()->update("abc")->digest()]],
[[Crypto.hex_to_string("a9993e364706816aba3e25717850c26c9cd0d89d")]])
]])
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment