Add NOTES.ANDROID.
[openssl.git] / crypto / evp / e_null.c
index 0dfc48abf5a18a322601d4b1e72296f4a8012736..18a8468216a01eb6280ae9156fb14fa2147f15b0 100644 (file)
@@ -32,7 +32,7 @@ static const EVP_CIPHER n_cipher = {
 
 const EVP_CIPHER *EVP_enc_null(void)
 {
-    return (&n_cipher);
+    return &n_cipher;
 }
 
 static int null_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,