Fix link for ASN1_generate_nconf
[openssl.git] / crypto / ts / ts_req_print.c
index 8827f20d6599168cfa43e91b12ae4568f51ce258..eba12c38240821358d1dc5c01950657d4870e14b 100644 (file)
@@ -69,7 +69,7 @@ int TS_REQ_print_bio(BIO *bio, TS_REQ *a)
        {
        int v;
        ASN1_OBJECT *policy_id;
-       ASN1_INTEGER *nonce;
+       const ASN1_INTEGER *nonce;
 
        if (a == NULL) return 0;