From 6c73d01142fa8eb450a16f1f2e81ae2a2681c109 Mon Sep 17 00:00:00 2001 From: Nils Larsch Date: Sun, 5 Mar 2006 20:19:05 +0000 Subject: constify some print and ts functions --- crypto/ts/ts_verify_ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/ts/ts_verify_ctx.c') diff --git a/crypto/ts/ts_verify_ctx.c b/crypto/ts/ts_verify_ctx.c index ed0f819402..b079b50fc3 100644 --- a/crypto/ts/ts_verify_ctx.c +++ b/crypto/ts/ts_verify_ctx.c @@ -114,7 +114,7 @@ TS_VERIFY_CTX *TS_REQ_to_TS_VERIFY_CTX(TS_REQ *req, TS_VERIFY_CTX *ctx) TS_MSG_IMPRINT *imprint; X509_ALGOR *md_alg; ASN1_OCTET_STRING *msg; - ASN1_INTEGER *nonce; + const ASN1_INTEGER *nonce; assert(req != NULL); if (ret) -- cgit v1.2.3