From a4aba800d9e0f81617d2f3d95d4fa99a4487bab2 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 7 Nov 2000 13:54:39 +0000 Subject: Constify DSA-related code. --- crypto/asn1/i2d_s_pr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/asn1/i2d_s_pr.c') diff --git a/crypto/asn1/i2d_s_pr.c b/crypto/asn1/i2d_s_pr.c index 9922952ad7..124ad98285 100644 --- a/crypto/asn1/i2d_s_pr.c +++ b/crypto/asn1/i2d_s_pr.c @@ -64,7 +64,7 @@ #include #include -int i2d_DSAPrivateKey(DSA *a, unsigned char **pp) +int i2d_DSAPrivateKey(const DSA *a, unsigned char **pp) { BIGNUM *num[6]; unsigned char data[1]; -- cgit v1.2.3