Call for testers.

Ayamura KIKUCHI ayamura at ayamura.org
Sat Sep 15 18:20:36 EST 2001


> > 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.

> irix 6.5 - compiled fine.

Really?  1 error detected in the compilation of "rijndael.c
in openssh-SNAP-20010915.

% uname -aR
IRIX64 sea.ayamura.org 6.5 6.5.13f 07091544 IP28
% cc -version
MIPSpro Compilers: Version 7.3.1.2m, Patch 4268

% cc -O2 -OPT:Olimit=0 -I. -I/usr/local/ssl/include
-I/usr/local/include ... -DHAVE_CONFIG_H -c rijndael.c

cc-1020 cc: ERROR File = rijndael.h, Line = 45
  The identifier "u_char" is undefined.

  void   rijndael_set_key(rijndael_ctx *, u_char *, int, int);
                                          ^
cc-1020 cc: ERROR File = rijndael.h, Line = 46
  The identifier "u_char" is undefined.

  void   rijndael_decrypt(rijndael_ctx *, u_char *, u_char *);
                                          ^
cc-1020 cc: ERROR File = rijndael.h, Line = 46
  The identifier "u_char" is undefined.

  void   rijndael_decrypt(rijndael_ctx *, u_char *, u_char *);
                                                    ^
cc-1020 cc: ERROR File = rijndael.h, Line = 47
  The identifier "u_char" is undefined.

  void   rijndael_encrypt(rijndael_ctx *, u_char *, u_char *);
                                          ^
cc-1020 cc: ERROR File = rijndael.h, Line = 47
  The identifier "u_char" is undefined.

  void   rijndael_encrypt(rijndael_ctx *, u_char *, u_char *);
                                                    ^
cc-1020 cc: ERROR File = rijndael.c, Line = 1218
  The identifier "u_char" is undefined.

  rijndael_set_key(rijndael_ctx *ctx, u_char *key, int bits, int encrypt)
                                      ^
cc-1020 cc: ERROR File = rijndael.c, Line = 1232
  The identifier "u_char" is undefined.

  rijndael_decrypt(rijndael_ctx *ctx, u_char *src, u_char *dst)
                                      ^
cc-1020 cc: ERROR File = rijndael.c, Line = 1232
  The identifier "u_char" is undefined.

  rijndael_decrypt(rijndael_ctx *ctx, u_char *src, u_char *dst)
                                                   ^
cc-1020 cc: ERROR File = rijndael.c, Line = 1238
  The identifier "u_char" is undefined.

  rijndael_encrypt(rijndael_ctx *ctx, u_char *src, u_char *dst)
                                      ^
cc-1020 cc: ERROR File = rijndael.c, Line = 1238
  The identifier "u_char" is undefined.

  rijndael_encrypt(rijndael_ctx *ctx, u_char *src, u_char *dst)

--
Ayamura KIKUCHI, M.D., Ph.D.



More information about the openssh-unix-dev mailing list