summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/i2d_s_pr.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/i2d_s_pr.c')
-rw-r--r--crypto/asn1/i2d_s_pr.c2
1 files changed, 1 insertions, 1 deletions
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 <openssl/objects.h>
#include <openssl/asn1_mac.h>
-int i2d_DSAPrivateKey(DSA *a, unsigned char **pp)
+int i2d_DSAPrivateKey(const DSA *a, unsigned char **pp)
{
BIGNUM *num[6];
unsigned char data[1];