Constify DSA-related code.
[openssl.git] / crypto / asn1 / i2d_s_pu.c
index e6014b82a84c5080c1510f2cdd2b1980ef4c2545..96e9ff595b5d062dc227c90e41b318ef512e2ae7 100644 (file)
@@ -64,7 +64,7 @@
 #include <openssl/objects.h>
 #include <openssl/asn1_mac.h>
 
 #include <openssl/objects.h>
 #include <openssl/asn1_mac.h>
 
-int i2d_DSAPublicKey(DSA *a, unsigned char **pp)
+int i2d_DSAPublicKey(const DSA *a, unsigned char **pp)
        {
        BIGNUM *num[4];
        ASN1_INTEGER bs;
        {
        BIGNUM *num[4];
        ASN1_INTEGER bs;