Don't build AFALG on android
[openssl.git] / crypto / asn1 / asn1_gen.c
index 2c7eb6a08eff2c35f3497725bf6904a1fb0ef1a3..493a693aa3840c4b79b69710a70406d59d5f89a4 100644 (file)
@@ -75,7 +75,7 @@ static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf,
 static ASN1_TYPE *asn1_str2type(const char *str, int format, int utype);
 static int asn1_str2tag(const char *tagstr, int len);
 
-ASN1_TYPE *ASN1_generate_nconf(char *str, CONF *nconf)
+ASN1_TYPE *ASN1_generate_nconf(const char *str, CONF *nconf)
 {
     X509V3_CTX cnf;