Call for testers.

Wendy Palm wendyp at cray.com
Tue Sep 18 03:51:54 EST 2001


apparently i grabbed the snapshot too soon, because upon checking
out what everyone else is having problems with, i see that rijndael.c
in snapshot 0914 is from july (looks completely different.)

i'm rerunning my tests now.  ignore my previous email regarding successes
with my OSs.

wendy


Corinna Vinschen wrote:
> 
> 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

-- 
wendy palm
Cray OS Sustaining Engineering, Cray Inc.
wendyp at cray.com, 651-605-9154



More information about the openssh-unix-dev mailing list