More size_tification.
[openssl.git] / crypto / asn1 / ameth_lib.c
index 5063191515bb8c3f60577989455260c9747b6922..3be02c87938a83a86c8cdb703ef613a63faaac99 100644 (file)
@@ -416,13 +416,13 @@ void EVP_PKEY_asn1_set_private(EVP_PKEY_ASN1_METHOD *ameth,
 
 void EVP_PKEY_asn1_set_param(EVP_PKEY_ASN1_METHOD *ameth,
                int (*param_decode)(EVP_PKEY *pkey,
-                               const unsigned char **pder, int derlen),
+                                   const unsigned char **pder, size_t derlen),
                int (*param_encode)(const EVP_PKEY *pkey, unsigned char **pder),
                int (*param_missing)(const EVP_PKEY *pk),
                int (*param_copy)(EVP_PKEY *to, const EVP_PKEY *from),
                int (*param_cmp)(const EVP_PKEY *a, const EVP_PKEY *b),
                int (*param_print)(BIO *out, const EVP_PKEY *pkey, int indent,
-                                                       ASN1_PCTX *pctx))
+                                  ASN1_PCTX *pctx))
        {
        ameth->param_decode = param_decode;
        ameth->param_encode = param_encode;