Call for testers.
Corinna Vinschen
vinschen at redhat.com
Sat Sep 15 19:06:26 EST 2001
On Fri, Sep 14, 2001 at 06:24:13PM -0500, mouring at etoh.eviladmin.org wrote:
>
> http://bass.directhit.com/openssh_snap/
>
> Starting tonight I plan on tracking changes very closely with the OpenBSD
> tree. I need people to test the latest snapshot (9/14 at of right now)
> and report success or failure on compiling.
>
> I am starting this now because we are looking at a code freeze soon and I
> really want to ensure it compiles and runs on all existing platforms. So
> we (the portable group) is not rushing to get a release out of the door.
>
> Anyone with AES issues in 2.9pX (Cray, NeXT FAT binary, etc) please test
> to see if the current snapshot supports your platform correctly.
At least one additional include is needed in rijndael.c to compile
on Cygwin:
Index: rijndael.c
===================================================================
RCS file: /cvs/openssh_cvs/rijndael.c,v
retrieving revision 1.11
diff -u -p -r1.11 rijndael.c
--- rijndael.c 2001/09/14 02:47:34 1.11
+++ rijndael.c 2001/09/15 08:53:47
@@ -23,6 +23,7 @@
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/types.h>
#include <stdlib.h>
#include <string.h>
Otherwise u_char isn't defined.
Corinna
--
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.
mailto:vinschen at redhat.com
More information about the openssh-unix-dev
mailing list