summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_test.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-11-06 13:40:27 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-11-06 13:40:27 +0000
commitb83eddc578dc37967700dc8ca04aad6fe49edfb3 (patch)
tree4e70fbbdac83d47294b952c207f0f6ced40409f7 /crypto/evp/evp_test.c
parent7f558334adba23a412b169901046e3271250316b (diff)
Win32 fixes.
Diffstat (limited to 'crypto/evp/evp_test.c')
-rw-r--r--crypto/evp/evp_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/evp_test.c b/crypto/evp/evp_test.c
index e312672ba2..5ef67699dd 100644
--- a/crypto/evp/evp_test.c
+++ b/crypto/evp/evp_test.c
@@ -229,7 +229,7 @@ static int test_cipher(const char *cipher,const unsigned char *key,int kn,
static int test_digest(const char *digest,
const unsigned char *plaintext,int pn,
- const unsigned char *ciphertext, int cn)
+ const unsigned char *ciphertext, unsigned int cn)
{
const EVP_MD *d;
EVP_MD_CTX ctx;