summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/i2d_r_pr.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/i2d_r_pr.c')
-rw-r--r--crypto/asn1/i2d_r_pr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/i2d_r_pr.c b/crypto/asn1/i2d_r_pr.c
index 88b1aac989..518f4af9a6 100644
--- a/crypto/asn1/i2d_r_pr.c
+++ b/crypto/asn1/i2d_r_pr.c
@@ -64,7 +64,7 @@
#include <openssl/objects.h>
#include <openssl/asn1_mac.h>
-int i2d_RSAPrivateKey(RSA *a, unsigned char **pp)
+int i2d_RSAPrivateKey(const RSA *a, unsigned char **pp)
{
BIGNUM *num[9];
unsigned char data[1];