Re: Talking about Solaris 7 - Mailing list pgsql-hackers

From Martin A. Marques
Subject Re: Talking about Solaris 7
Date
Msg-id 01012910131701.32234@math.unl.edu.ar
Whole thread Raw
In response to Re: Talking about Solaris 7  (Alexander Klimov <ask@wisdom.weizmann.ac.il>)
Responses Re: Talking about Solaris 7  (Alexander Klimov <ask@wisdom.weizmann.ac.il>)
List pgsql-hackers
El Lun 29 Ene 2001 07:57, Alexander Klimov escribió:
> Hi.
>
> I had the same problem and sent bug report to openssl-users@openssl.org
> some time ago (20 Sep 2000), so, hopefully, they will fix it eventualy.
>
> There is a workaround for it. The comment in ssl/include/openssl/des.h
> said: `You should not use this function except to implement 'modes' of
> DES.', so you can just comment out declaration of des_encrypt (line 150)
> without any problem.

Now, why are the definitions so different?

/usr/include/crypt.h:23 (I guess this is Solaris crypt header)

extern void des_encrypt(char *, int);

and /usr/local/ssl/include/openssl/des.h:150 (this is from openssl)

void des_encrypt(DES_LONG *data,des_key_schedule ks, int enc);

I may be wrong, but why are the two functions decrared with different 
arguments?


-- 
System Administration: It's a dirty job, 
but someone told I had to do it.
-----------------------------------------------------------------
Martín Marqués            email:     martin@math.unl.edu.ar
Santa Fe - Argentina        http://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
-----------------------------------------------------------------


pgsql-hackers by date:

Previous
From: "Martin A. Marques"
Date:
Subject: Re: BLOB HOWTO??
Next
From: Alexander Klimov
Date:
Subject: Re: Talking about Solaris 7