summaryrefslogtreecommitdiffstats
path: root/crypto/evp/p5_crpt2.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-06-08 18:37:43 +0000
committerBen Laurie <ben@openssl.org>1999-06-08 18:37:43 +0000
commit72fbe87dc6259d486d361f4f81af0e75116f4679 (patch)
treec13a1f3701330b8213d67f0ecba0c8625688ac1a /crypto/evp/p5_crpt2.c
parentcfce2335e942c35bc278b4f0ffcae7455d537b8b (diff)
Survive pedanticism.
Diffstat (limited to 'crypto/evp/p5_crpt2.c')
-rw-r--r--crypto/evp/p5_crpt2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/evp/p5_crpt2.c b/crypto/evp/p5_crpt2.c
index 78fd0ef14d..ef3f941a7e 100644
--- a/crypto/evp/p5_crpt2.c
+++ b/crypto/evp/p5_crpt2.c
@@ -69,8 +69,8 @@
*/
int PKCS5_PBKDF2_HMAC_SHA1(const char *pass, int passlen,
- unsigned char *salt, int saltlen, int iter,
- int keylen, unsigned char *out)
+ unsigned char *salt, int saltlen, int iter,
+ int keylen, unsigned char *out)
{
unsigned char digtmp[SHA_DIGEST_LENGTH], *p, itmp[4];
int cplen, j, k;