diff --git a/reference/openssl/functions/openssl-encrypt.xml b/reference/openssl/functions/openssl-encrypt.xml index 6afe0f3573..ebaba71df6 100644 --- a/reference/openssl/functions/openssl-encrypt.xml +++ b/reference/openssl/functions/openssl-encrypt.xml @@ -21,9 +21,6 @@ Encrypts given data with given method and key, returns a raw or base64 encoded string - - &warn.undocumented.func; - @@ -58,8 +55,8 @@ options - options can be one of - OPENSSL_RAW_DATA, + options is a bitwise disjunction of the flags + OPENSSL_RAW_DATA and OPENSSL_ZERO_PADDING.