[packages/openssl102: 91/432] don't provide crypt() prototype in openssl/des.h

adwol adwol at pld-linux.org
Sat Sep 29 01:09:15 CEST 2018


commit 0a020e2a15b3de1282f5eea8bfde7d7c523ac20c
Author: Artur Frysiak <artur at frysiak.net>
Date:   Fri Apr 19 09:35:43 2002 +0000

    don't provide crypt() prototype in openssl/des.h
    
    Changed files:
        openssl-nocrypt.patch -> 1.2

 openssl-nocrypt.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/openssl-nocrypt.patch b/openssl-nocrypt.patch
index 5e8ee1a..3649982 100644
--- a/openssl-nocrypt.patch
+++ b/openssl-nocrypt.patch
@@ -20,3 +20,14 @@
  LIBSSL= -L.. -lssl
  
  BNTEST=		bntest
+--- openssl-0.9.6b/crypto/des/des.h.wiget	Fri Apr 19 11:32:16 2002
++++ openssl-0.9.6b/crypto/des/des.h	Fri Apr 19 11:33:28 2002
+@@ -189,7 +189,7 @@
+ 		  des_cblock *iv);
+ char *des_fcrypt(const char *buf,const char *salt, char *ret);
+ char *des_crypt(const char *buf,const char *salt);
+-#if !defined(PERL5) && !defined(__FreeBSD__) && !defined(NeXT)
++#if !defined(PERL5) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(__GLIBC__)
+ char *crypt(const char *buf,const char *salt);
+ #endif
+ void des_ofb_encrypt(const unsigned char *in,unsigned char *out,int numbits,
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list