Add manual pages for certficate/key loading and friends.
[openssl.git] / crypto / asn1 / i2d_r_pr.c
index 88b1aac989825c95b3f9c5ad5390b8fb1b66ca95..518f4af9a66ee6577b17958977dbdb6ada5cf032 100644 (file)
@@ -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];