Make it possible to easily specify a libctx for EVP_DigestSign*
[openssl.git] / doc / man3 / ERR_print_errors.pod
index 0246a030c51ae1a8c2c7b930d3ff72945006a0d5..947ac3020d034b97753841e6f4423cbd0ae0bba6 100644 (file)
@@ -29,7 +29,7 @@ B<u> as the callback parameters.
 
 The error strings will have the following format:
 
- [pid]:error:[error code]:[library name]:[function name]:[reason string]:[file name]:[line]:[optional text message]
+ [pid]:error:[error code]:[library name]:[function name]:[reason string]:[filename]:[line]:[optional text message]
 
 I<error code> is an 8 digit hexadecimal number. I<library name>,
 I<function name> and I<reason string> are ASCII text, as is I<optional