[packages/openssl102: 74/432] remove crypt(3) from libcrypto

adwol adwol at pld-linux.org
Sat Sep 29 01:07:50 CEST 2018


commit 429b8c742456a2a758501f283b9644aaf462bafb
Author: Artur Frysiak <artur at frysiak.net>
Date:   Tue Nov 20 17:13:17 2001 +0000

    remove crypt(3) from libcrypto
    
    Changed files:
        openssl-nocrypt.patch -> 1.1

 openssl-nocrypt.patch | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
---
diff --git a/openssl-nocrypt.patch b/openssl-nocrypt.patch
new file mode 100644
index 0000000..5e8ee1a
--- /dev/null
+++ b/openssl-nocrypt.patch
@@ -0,0 +1,22 @@
+--- openssl-0.9.6b/crypto/des/fcrypt.c.wiget	Tue Nov 20 17:37:32 2001
++++ openssl-0.9.6b/crypto/des/fcrypt.c	Tue Nov 20 17:41:40 2001
+@@ -61,7 +61,7 @@
+ void fcrypt_body(DES_LONG *out,des_key_schedule ks,
+ 	DES_LONG Eswap0, DES_LONG Eswap1);
+ 
+-#if !defined(PERL5) && !defined(__FreeBSD__) && !defined(NeXT)
++#if !defined(PERL5) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(__GLIBC__)
+ char *crypt(const char *buf, const char *salt)
+ 	{
+ 	return(des_crypt(buf, salt));
+--- openssl-0.9.6b/test/Makefile.ssl.wiget	Tue Nov 20 17:52:33 2001
++++ openssl-0.9.6b/test/Makefile.ssl	Tue Nov 20 17:53:46 2001
+@@ -27,7 +27,7 @@
+ 
+ DLIBCRYPTO= ../libcrypto.a
+ DLIBSSL= ../libssl.a
+-LIBCRYPTO= -L.. -lcrypto
++LIBCRYPTO= -L.. -lcrypto -lcrypt
+ LIBSSL= -L.. -lssl
+ 
+ BNTEST=		bntest
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssl102.git/commitdiff/9fc1b1b87b259e8a327c99835865e91a391efc9e



More information about the pld-cvs-commit mailing list