search for: des_ks_struct

Displaying 8 results from an estimated 8 matches for "des_ks_struct".

2003 Jan 09
0
Building openssh-3.5p1 with new DES functions
...l/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/usr/local/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c monitor_wrap.c cc: Info: /usr/athena/include/krb-protos.h, line 175: The type "struct des_ks_struct" has been declared within and is limited to a function prototype scope. It will not be compatible with an identical type declared in another scope. This might not be what you intended. (protoscope) krb_check_auth __P(( ---------------^ cc: Info: /usr/athena/include/krb-protos.h, line 456: Th...
2003 Jun 10
2
Compiling 2.2.8a with SSL support on Solaris 7
...error I'm getting: In file included from /usr/local/include/openssl/evp.h:89, from /usr/local/include/openssl/x509.h:67, from /usr/local/include/openssl/ssl.h:69, from lib/util.c:53: /usr/local/include/openssl/des.h:79: redefinition of `struct des_ks_struct' /usr/local/include/openssl/des.h:246: conflicting types for `bit_64' /usr/include/kerberos/des.h:48: previous declaration of `bit_64' make: *** [lib/util.o] Error 1 Has anyone run into this problem on Solaris and found a way around it? Thanks. Stephen
2001 Jul 16
1
openssh 2.9p1 on Solaris 2.6 with AFS
...clude/krb.h:50, DRB> from sshconnect1.c:22: DRB> /usr/local/include/des.h:24: warning: redefinition of `des_cblock' DRB> /usr/local/ssl/include/openssl/des.h:77: warning: `des_cblock' previously DRB> declared here DRB> /usr/local/include/des.h:26: redefinition of `struct des_ks_struct' DRB> /usr/local/include/des.h:26: warning: redefinition of `des_key_schedule' DRB> /usr/local/ssl/include/openssl/des.h:91: warning: `des_key_schedule' DRB> previously declared here DRB> /usr/local/include/des.h:54: conflicting types for `bit_64' DRB> /usr/local...
2001 May 01
1
fatal compile error on SGI IRIX
IRIX64 6.5 01101245 IP27 20010425 CVS - (djm) Include crypt.h if available in auth-passwd.c cc-1143 cc: ERROR File = /usr/include/crypt.h, Line = 38 Declaration is incompatible with "void des_encrypt(unsigned long *, struct des_ks_struct *, int)" (declared at line 150 of "/usr/local/ssl/include/openssl/des.h"). extern void des_encrypt(char *, int); ^ 1 error detected in the compilation of "auth-passwd.c". *** Error code 2 (bu21) It seems SGI's libcrypt includes a version of...
2001 Jun 06
0
Compile error 2.9p1 / Solaris 8 / Kerberos IV
...t;/opt/KTHkrb4/include/ktypes.h", line 16: warning: typedef redeclared: u_int32_t "/usr/include/crypt.h", line 23: identifier redeclared: des_encrypt current : function(pointer to char, int) returning void previous: function(pointer to unsigned long, pointer to struct des_ks_struct {union {..} ks}, int) returning void : "/opt/KTHkrb4/include/des.h", line 181 cc: acomp failed for ../openssh-2.9p1/auth-passwd.c *** Error code 2 make: Fatal error: Command failed for target `auth-passwd.o'
2001 Sep 13
0
Can't compile openssh-SNAP-20010913
...ass\" -D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -D_PATH_SSH_PIDDIR=\"/var/run\" -DHAVE_CONFIG_H -c auth-passwd.c cc-1143 cc: ERROR File = /usr/include/crypt.h, Line = 38 Declaration is incompatible with "void des_encrypt(unsigned long *, struct des_ks_struct *, int)" (declared at line 181 of "/usr/athena/include/des.h"). extern void des_encrypt(char *, int); ^ 1 error detected in the compilation of "auth-passwd.c". Any idea what to do? Thanks. ;-) -- Martin Mokrejs - PGP5.0i key is at http://www.na...
2002 Dec 02
0
Cannot compile openssh-3.5.p1 on Irix 6.5.15 with kerberos4
...protos.h, Line = 590 The indicated declaration is not visible outside of the function. krb_sendauth __P(( ^ cd openbsdcc-1164 cc: ERROR File = sshconnect1.c, Line = 477 Argument of type "DES_key_schedule" is incompatible with parameter of type "struct des_ks_struct *". r = krb_rd_priv(auth.dat, auth.length, schedule, &cred.session, ^ 1 error detected in the compilation of "sshconnect1.c". make: *** [sshconnect1.o] Error 2 -- Martin Mokrejs <mmokrejs at nat...
2003 Dec 01
0
No subject
...from /usr/local/ssl/include/ssl.h:146, from lib/util.c:55: /usr/local/ssl/include/des.h:82: warning: redefinition of `des_cblock' /usr/include/kerberos/des.h:25: warning: `des_cblock' previously declared here /usr/local/ssl/include/des.h:84: redefinition of `struct des_ks_struct' /usr/local/ssl/include/des.h:93: warning: redefinition of `des_key_schedule' /usr/include/kerberos/des.h:27: warning: `des_key_schedule' previously declared here /usr/local/ssl/include/des.h:137: conflicting types for `bit_64' /usr/include/kerberos/des.h:48: previous declaration of...