openssl-version (1)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
openssl-version, version - print OpenSSL version informationSYNOPSIS
openssl version [-help] [-a] [-v] [-b] [-o] [-f] [-p] [-d] [-e]DESCRIPTION
This command is used to print out version information about OpenSSL.OPTIONS
- -help
- Print out a usage message.
- -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
-
OPENSSLDIRsetting.
- -e
-
ENGINESDIRsetting.
NOTES
The output of openssl version -a would typically be used when sending in a bug report.COPYRIGHT
Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.Licensed under the OpenSSL license (the ``License''). You may not use this file except in compliance with the License. You can obtain a copy in the file
LICENSE
in the source distribution or at
<www.openssl.org/source/license.html>.