]> git.pld-linux.org Git - packages/openssl.git/commitdiff
don't provide crypt() prototype in openssl/des.h
authorArtur Frysiak <artur@frysiak.net>
Fri, 19 Apr 2002 09:35:43 +0000 (09:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssl-nocrypt.patch -> 1.2

openssl-nocrypt.patch

index 5e8ee1a7125761cdbf2ec5c9fa7189245aec607b..3649982f4ad6188f91c5fdd83049e7d2273c45f2 100644 (file)
  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,
This page took 0.175503 seconds and 4 git commands to generate.