help-shishi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

error building Shishi version 1.0.1, undeclared MAX_ERROR_DESCRIPTION_SI


From: Marco Maggi
Subject: error building Shishi version 1.0.1, undeclared MAX_ERROR_DESCRIPTION_SIZE
Date: Thu, 21 Feb 2013 09:18:45 +0100

Ciao,

  I am no expert of  crypto libraries; on my i686-pc-linux-gnu, I
fail to build version 1.0.1 because of the error:

   make[3]: Entering directory `/home/marco/var/build/lib/shishi-1.0.1/lib'
     CC asn1.lo
   asn1.c: In function '_shishi_asn1_init':
   asn1.c:42:25: error: 'MAX_ERROR_DESCRIPTION_SIZE' undeclared (first use in 
this function)
   asn1.c:42:25: note: each undeclared identifier is reported only once for 
each function it appears in
   asn1.c: In function 'shishi_asn1_to_der_field':
   asn1.c:767:25: error: 'MAX_ERROR_DESCRIPTION_SIZE' undeclared (first use in 
this function)
   asn1.c: In function 'der2asn1':
   asn1.c:850:25: error: 'MAX_ERROR_DESCRIPTION_SIZE' undeclared (first use in 
this function)

it   appears  that   Libtasn1   version  3.2   does  not   define
MAX_ERROR_DESCRIPTION_SIZE    anymore;    rather   it    defines:
ASN1_MAX_ERROR_DESCRIPTION_SIZE.

  I  dunno which  version  of Libtasn1  removed definitions,  but
MAX_ERROR_DESCRIPTION_SIZE was already commented as deprecated in
Libtasn1 version 2.12 (in the header file).

  I   can    build   if   I   use    the   configuration   option
--without-system-asn1; I do not see  this mentioned in the README
file.
-- 
Marco Maggi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]