Displaying 2 results from an estimated 2 matches for "asn1_integ".
Did you mean:
asn1_integer
2009 Aug 07
1
cross compile dovecot for armv5t fails
...inux-gnu
Make then fails...
/usr/armv5tel-softfloat-linux-gnueabi/usr/include/openssl/dtls1.h:203:
error: expected specifier-qualifier-list before 'SSL3_BUFFER'
/usr/armv5tel-softfloat-linux-gnueabi/usr/include/openssl/krb5_asn.h:84:
error: expected specifier-qualifier-list before 'ASN1_INTEGER'
/usr/armv5tel-softfloat-linux-gnueabi/usr/include/openssl/krb5_asn.h:98:
error: expected specifier-qualifier-list before 'ASN1_INTEGER'
/usr/armv5tel-softfloat-linux-gnueabi/usr/include/openssl/krb5_asn.h:114:
error: expected specifier-qualifier-list before 'ASN1_INTEGER'...
2002 May 10
0
Problems when compiling samba3.0alpha17
...parse error
before `}'
/usr/local/ssl/include/openssl/asn1.h:370: warning: data
definition has no type or storage class
and so on ...
-------------------------------------------------
Viewing /usr/local/ssl/include/openssl/asn1.h shows
(beginning at line 241) :
typedef struct asn1_string_st ASN1_INTEGER;
typedef struct asn1_string_st ASN1_ENUMERATED;
typedef struct asn1_string_st ASN1_BIT_STRING;
typedef struct asn1_string_st ASN1_OCTET_STRING;
typedef struct asn1_string_st ASN1_PRINTABLESTRING;
typedef struct asn1_string_st ASN1_T61STRING;
typedef struct asn1_string_st ASN1_IA5STRING;
typedef s...