Add EVP_MAC API
[openssl.git] / crypto / evp / e_xcbc_d.c
index effaf5cc6173327beaaeccf61bff7f80b193adce..57ce813da824fdd30c9fa1086ebdcd0377bfd3ea 100644 (file)
@@ -46,7 +46,7 @@ static const EVP_CIPHER d_xcbc_cipher = {
 
 const EVP_CIPHER *EVP_desx_cbc(void)
 {
-    return (&d_xcbc_cipher);
+    return &d_xcbc_cipher;
 }
 
 static int desx_cbc_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,