X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fasn1%2Fi2d_s_pu.c;h=96e9ff595b5d062dc227c90e41b318ef512e2ae7;hp=e6014b82a84c5080c1510f2cdd2b1980ef4c2545;hb=a4aba800d9e0f81617d2f3d95d4fa99a4487bab2;hpb=669cefdd3542e1dce8effeb8d898344c59608bfc diff --git a/crypto/asn1/i2d_s_pu.c b/crypto/asn1/i2d_s_pu.c index e6014b82a8..96e9ff595b 100644 --- a/crypto/asn1/i2d_s_pu.c +++ b/crypto/asn1/i2d_s_pu.c @@ -64,7 +64,7 @@ #include #include -int i2d_DSAPublicKey(DSA *a, unsigned char **pp) +int i2d_DSAPublicKey(const DSA *a, unsigned char **pp) { BIGNUM *num[4]; ASN1_INTEGER bs;