summaryrefslogtreecommitdiff
path: root/lib/freebl/loader.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/freebl/loader.c')
-rw-r--r--lib/freebl/loader.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/freebl/loader.c b/lib/freebl/loader.c
index 3c61471de..692a8831b 100644
--- a/lib/freebl/loader.c
+++ b/lib/freebl/loader.c
@@ -2160,10 +2160,10 @@ ChaCha20_Xor(unsigned char *output, const unsigned char *block, unsigned int len
SECStatus
ChaCha20_InitContext(ChaCha20Context *ctx, const unsigned char *key,
- unsigned int keyLen,
- const unsigned char *nonce,
- unsigned int nonceLen,
- PRUint32 ctr)
+ unsigned int keyLen,
+ const unsigned char *nonce,
+ unsigned int nonceLen,
+ PRUint32 ctr)
{
if (!vector && PR_SUCCESS != freebl_RunLoaderOnce())
return SECFailure;