]> git.pld-linux.org Git - packages/openssl.git/blame - openssl-nocrypt.patch
- merged DEVEL branch (update to 0.9.6g)
[packages/openssl.git] / openssl-nocrypt.patch
CommitLineData
429b8c74
AF
1--- openssl-0.9.6b/crypto/des/fcrypt.c.wiget Tue Nov 20 17:37:32 2001
2+++ openssl-0.9.6b/crypto/des/fcrypt.c Tue Nov 20 17:41:40 2001
3@@ -61,7 +61,7 @@
4 void fcrypt_body(DES_LONG *out,des_key_schedule ks,
5 DES_LONG Eswap0, DES_LONG Eswap1);
6
7-#if !defined(PERL5) && !defined(__FreeBSD__) && !defined(NeXT)
8+#if !defined(PERL5) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(__GLIBC__)
9 char *crypt(const char *buf, const char *salt)
10 {
11 return(des_crypt(buf, salt));
12--- openssl-0.9.6b/test/Makefile.ssl.wiget Tue Nov 20 17:52:33 2001
13+++ openssl-0.9.6b/test/Makefile.ssl Tue Nov 20 17:53:46 2001
14@@ -27,7 +27,7 @@
15
16 DLIBCRYPTO= ../libcrypto.a
17 DLIBSSL= ../libssl.a
18-LIBCRYPTO= -L.. -lcrypto
19+LIBCRYPTO= -L.. -lcrypto -lcrypt
20 LIBSSL= -L.. -lssl
21
22 BNTEST= bntest
0a020e2a
AF
23--- openssl-0.9.6b/crypto/des/des.h.wiget Fri Apr 19 11:32:16 2002
24+++ openssl-0.9.6b/crypto/des/des.h Fri Apr 19 11:33:28 2002
25@@ -189,7 +189,7 @@
26 des_cblock *iv);
27 char *des_fcrypt(const char *buf,const char *salt, char *ret);
28 char *des_crypt(const char *buf,const char *salt);
29-#if !defined(PERL5) && !defined(__FreeBSD__) && !defined(NeXT)
30+#if !defined(PERL5) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(__GLIBC__)
31 char *crypt(const char *buf,const char *salt);
32 #endif
33 void des_ofb_encrypt(const unsigned char *in,unsigned char *out,int numbits,
This page took 0.036993 seconds and 4 git commands to generate.