Closed markov2 closed 11 years ago
When compiling with older OpenSSL versions, we get
usr/include/openssl/asn1.h:991: note: expected int (*)(void *, unsigned char **)' but argument is of typeint (_)(struct ASN1HEADER , unsigned char )' make: *\ [X509.o] Error 1
int (*)(void *, unsigned char **)' but argument is of type
I do not know which version is required as minimal, but I guess 1.0.1
When compiling with older OpenSSL versions, we get
usr/include/openssl/asn1.h:991: note: expected
int (*)(void *, unsigned char **)' but argument is of type
int (_)(struct ASN1HEADER , unsigned char )' make: *\ [X509.o] Error 1I do not know which version is required as minimal, but I guess 1.0.1