blob: 4a1632f50a4ffe4263f9568f951f14d4b89a53ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
diff -r -c -C 2 openssl-0.9.6g-orig/crypto/des/fcrypt.c openssl-0.9.6g/crypto/des/fcrypt.c
*** openssl-0.9.6g-orig/crypto/des/fcrypt.c Thu Sep 26 15:20:47 2002
--- openssl-0.9.6g/crypto/des/fcrypt.c Thu Sep 26 15:21:24 2002
***************
*** 62,66 ****
DES_LONG Eswap0, DES_LONG Eswap1);
! #if !defined(PERL5) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(_DARWIN)
char *crypt(const char *buf, const char *salt)
{
--- 62,66 ----
DES_LONG Eswap0, DES_LONG Eswap1);
! #if !defined(PERL5) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(_DARWIN) && !defined(__GLIBC__)
char *crypt(const char *buf, const char *salt)
{
diff -r -c -C 2 openssl-0.9.6g-orig/test/Makefile openssl-0.9.6g/test/Makefile
*** openssl-0.9.6g-orig/test/Makefile Thu Sep 26 15:20:47 2002
--- openssl-0.9.6g/test/Makefile Thu Sep 26 15:23:26 2002
***************
*** 28,32 ****
DLIBCRYPTO= ../libcrypto.a
DLIBSSL= ../libssl.a
! LIBCRYPTO= -L.. -lcrypto
LIBSSL= -L.. -lssl
--- 28,32 ----
DLIBCRYPTO= ../libcrypto.a
DLIBSSL= ../libssl.a
! LIBCRYPTO= -L.. -lcrypto -lcrypt
LIBSSL= -L.. -lssl
diff -r -c -C 2 openssl-0.9.6g-orig/test/Makefile.ssl openssl-0.9.6g/test/Makefile.ssl
*** openssl-0.9.6g-orig/test/Makefile.ssl Thu Sep 26 15:20:47 2002
--- openssl-0.9.6g/test/Makefile.ssl Thu Sep 26 15:23:26 2002
***************
*** 28,32 ****
DLIBCRYPTO= ../libcrypto.a
DLIBSSL= ../libssl.a
! LIBCRYPTO= -L.. -lcrypto
LIBSSL= -L.. -lssl
--- 28,32 ----
DLIBCRYPTO= ../libcrypto.a
DLIBSSL= ../libssl.a
! LIBCRYPTO= -L.. -lcrypto -lcrypt
LIBSSL= -L.. -lssl
|