Displaying 1 result from an estimated 1 matches for "asn1_bit_str".
2002 May 10
0
Problems when compiling samba3.0alpha17
...ion 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 struct asn1_string_st ASN1_GENERALSTRING;
typedef struct asn1_string_st ASN1_UNIVERSALSTRING;...