]> andersk Git - openssh.git/blobdiff - configure.in
- Reduce diff against OpenBSD source
[openssh.git] / configure.in
index 3c26e3d74fba71963b9f22971b53c6d4b46cd0fd..b676193d3dd575e6b3213af06014642f1a60c9d9 100644 (file)
@@ -213,27 +213,6 @@ for ssldir in "" $tryssldir /usr/local/openssl /usr/lib/openssl /usr/local/ssl /
                                break;
                        ], []
                )
-               AC_TRY_RUN(
-                       [
-                               #include <ssl/rsa.h>
-                               #include <ssl/bn.h>
-                               #include <ssl/sha.h>
-                               int main(void) 
-                               {
-                                       RSA *key; char a[2048],b[2048];;
-                                       memset(a, 0, sizeof(a));memset(b, 0, sizeof(b));
-                                       RAND_seed(a, sizeof(a));
-                                       key=RSA_generate_key(32,3,NULL,NULL);
-                                       if (key==NULL) return(1);
-                                       return(-1==RSA_private_decrypt(RSA_size(key),a,b,key,RSA_NO_PADDING));
-                               }
-                       ],
-                       [
-                               AC_DEFINE(HAVE_SSL)
-                               found_crypto=1
-                               break;
-                       ], []
-               )
        done
 
        if test ! -z "$found_crypto" ; then
This page took 0.215773 seconds and 4 git commands to generate.