A few more macros for long symbols.
[openssl.git] / crypto / dh / dh_ameth.c
index f008c88cf1164fc5f3b1c941b470f998750a7124..377caf96c930df8ee497d8c660aa9a26d0db3b9d 100644 (file)
@@ -296,7 +296,7 @@ static void update_buflen(const BIGNUM *b, size_t *pbuflen)
        }
 
 static int dh_param_decode(EVP_PKEY *pkey,
-                          const unsigned char **pder, size_t derlen)
+                                       const unsigned char **pder, int derlen)
        {
        DH *dh;
        if (!(dh = d2i_DHparams(NULL, pder, derlen)))