"Fossies" - the Fresh Open Source Software Archive 
Member "openssl-1.0.2q/doc/apps/version.pod" (20 Nov 2018, 837 Bytes) of package /linux/misc/openssl-1.0.2q.tar.gz:
Caution: As a special service "Fossies" has tried to format the requested pod source page into HTML format but links to other pod pages may be missing or even errorneous.
Alternatively you can here
view or
download the uninterpreted pod source code.
A member file download can also be achieved by clicking within a package contents listing on the according byte size field. See also the last
Fossies "Diffs" side-by-side code changes report for "version.pod":
1.1.0g_vs_1.1.1-pre2.
NAME
openssl-version, version - print OpenSSL version information
SYNOPSIS
openssl version [-a] [-v] [-b] [-o] [-f] [-p] [-d]
DESCRIPTION
This command is used to print out version information about OpenSSL.
OPTIONS
- -a
-
all information, this is the same as setting all the other flags.
- -v
-
the current OpenSSL version.
- -b
-
the date the current version of OpenSSL was built.
- -o
-
option information: various options set when the library was built.
- -f
-
compilation flags.
- -p
-
platform setting.
- -d
-
OPENSSLDIR setting.
NOTES
The output of openssl version -a would typically be used when sending in a bug report.
HISTORY
The -d option was added in OpenSSL 0.9.7.