Displaying 4 results from an estimated 4 matches for "rsa_work".
Did you mean:
rsa_works
2000 Dec 18
2
cross compiling configure errors
Hi all!
I want to cross compile openssh to our own CPU and our embedded
Linux platform, however I get at least the following errors when running
configure:
checking whether snprintf correctly terminates long strings... configure:
error: can not run test program while cross compiling
checking whether getpgrp takes no argument... configure: error: cannot check
getpgrp if cross compiling
checking
2002 Apr 03
2
cross compilation?
...memset(c, 0, sizeof(c)); RAND_add(c, sizeof(c), sizeof(c));
+
if ((key=RSA_generate_key(512, 3, NULL, NULL))==NULL) return(1);
+
num = RSA_public_encrypt(sizeof(p_in) - 1, p_in, c, key, RSA_PKCS1_PADDING);
+
return(-1 == RSA_private_decrypt(num, c, p, key, RSA_PKCS1_PADDING));
+
],
+
[
rsa_works=1
break;
-
], [])
+
], [])
done
LIBS="$saved_LIBS"
@@ -856,6 +847,9 @@
[
AC_MSG_RESULT(no)
AC_MSG_ERROR(Your OpenSSL headers do not match your library)
+
],
+
[
+
AC_MSG_RESULT(hoping so)
]
)
@@ -885,6 +879,12 @@
# Default to use of the r...
2000 Aug 26
0
New chroot patch, for 2.1.1p4
...2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:2882: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
rsa_works=1
@@ -2912,7 +2914,7 @@
# Checks for data types
echo $ac_n "checking size of char""... $ac_c" 1>&6
-echo "configure:2916: checking size of char" >&5
+echo "configure:2918: checking size of char" >&5
if eval "test \"`echo &...
2000 Oct 04
0
2.2.0p1 chroot patch
...2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:2949: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
rsa_works=1
@@ -2979,7 +2981,7 @@
# Checks for data types
echo $ac_n "checking size of char""... $ac_c" 1>&6
-echo "configure:2983: checking size of char" >&5
+echo "configure:2985: checking size of char" >&5
if eval "test \"`echo &...