summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/i2d_dsap.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/i2d_dsap.c')
-rw-r--r--crypto/asn1/i2d_dsap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/i2d_dsap.c b/crypto/asn1/i2d_dsap.c
index 157fb43893..028957992e 100644
--- a/crypto/asn1/i2d_dsap.c
+++ b/crypto/asn1/i2d_dsap.c
@@ -63,7 +63,7 @@
#include <openssl/asn1_mac.h>
#include <openssl/dsa.h>
-int i2d_DSAparams(DSA *a, unsigned char **pp)
+int i2d_DSAparams(const DSA *a, unsigned char **pp)
{
BIGNUM *num[3];
ASN1_INTEGER bs;