]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/e_chacha20_poly1305.c
"foo * bar" should be "foo *bar"
[thirdparty/openssl.git] / crypto / evp / e_chacha20_poly1305.c
index fad7682328b62565c465a2f00ebbb5cdf2abc473..68b216f10cb456402a3be51fc9916603f4106ebb 100644 (file)
@@ -55,7 +55,7 @@ static int chacha_init_key(EVP_CIPHER_CTX *ctx,
     return 1;
 }
 
-static int chacha_cipher(EVP_CIPHER_CTX * ctx, unsigned char *out,
+static int chacha_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
                          const unsigned char *inp, size_t len)
 {
     EVP_CHACHA_KEY *key = data(ctx);