search for: bn_mod

Displaying 5 results from an estimated 5 matches for "bn_mod".

2005 Sep 10
1
Compile of openssh 4.2 failed with openssl 0.9.8
...clientloop.o sshtty.o sshconnect.o sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/include/openssl -ldl -lssh -lopenbsd-compat -lresolv -lcrypto -lutil -lz -lnsl -lcrypt ./libssh.a(rsa.o): In function `rsa_generate_additional_parameters': rsa.o(.text+0x2b4): undefined reference to `BN_mod' rsa.o(.text+0x2e6): undefined reference to `BN_mod' collect2: ld returned 1 exit status make: *** [ssh] Fehler 1 I did the ./configure with this Shell-Script: #! /bin/bash # # Build or openssh export CFLAGS="-O3 -pipe" export CXXFLAGS="-O3 -pipe" ./configure --prefi...
2003 Jan 01
12
[Bug 462] compile failure with openssl 0.9.7
http://bugzilla.mindrot.org/show_bug.cgi?id=462 markus at openbsd.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From markus at openbsd.org 2003-01-02
2000 Jul 19
2
Why do I *still* need RSA?
OpenSSH Developers, I'm researching whether or not OpenSSH is a viable commercial alternative to F-SECURE SSH or SSH.COM's ssh, but I'm not getting the kind of results that I expected from a "Non patent encumbered ssh client". When I attempt to build OpenSSH against an OpenSSL build without rc5, idea, or rsa it bombs since OpenSSL doesn't place the header files in the
2003 May 17
1
[Bug 569] Problem compiling openssh 3.6.1p2
....o sshtty.o sshconnect.o sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/local/BerkeleyDB.4.1/lib -lpthread -lgpm -lssh -lopenbsd-compat -lutil -lz -lnsl -lcrypto -lcrypt ./libssh.a(rsa.o): In function `rsa_generate_additional_parameters': rsa.o(.text+0x284): undefined reference to `BN_mod' rsa.o(.text+0x2b6): undefined reference to `BN_mod' collect2: ld returned 1 exit status gmake: *** [ssh] Error 1 It would be great if you could help me with this ! Best regards, Pierre. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are wat...
2003 Jan 01
0
[Bug 462] New: compile failure with openssl 0.9.7
...ackware-linux-gcc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o readconf.o clientloop.o -L. -Lopenbsd-compat/ -lssh -lopenbsd-compat - lutil -lz -lnsl -lcrypto -lcrypt ./libssh.a(rsa.o)(.text+0x2a4): In funcion `rsa_generate_additional_parameters' : : undefined reference to `BN_mod' ./libssh.a(rsa.o)(.text+0x2a6): In funcion `rsa_generate_additional_parameters' : : undefined reference to `BN_mod' collect2: ld returned 1 exit status make: *** [ssh[ Error 1 configured as follows CFLAGS="-O2 -march=i386 -mcpu=i686 -Wall" ./configure --prefix=/usr \...