1=pod 2 3=head1 NAME 4 5openssl-version, 6version - print OpenSSL version information 7 8=head1 SYNOPSIS 9 10B<openssl version> 11[B<-help>] 12[B<-a>] 13[B<-v>] 14[B<-b>] 15[B<-o>] 16[B<-f>] 17[B<-p>] 18[B<-d>] 19[B<-e>] 20 21=head1 DESCRIPTION 22 23This command is used to print out version information about OpenSSL. 24 25=head1 OPTIONS 26 27=over 4 28 29=item B<-help> 30 31Print out a usage message. 32 33=item B<-a> 34 35All information, this is the same as setting all the other flags. 36 37=item B<-v> 38 39The current OpenSSL version. 40 41=item B<-b> 42 43The date the current version of OpenSSL was built. 44 45=item B<-o> 46 47Option information: various options set when the library was built. 48 49=item B<-f> 50 51Compilation flags. 52 53=item B<-p> 54 55Platform setting. 56 57=item B<-d> 58 59OPENSSLDIR setting. 60 61=item B<-e> 62 63ENGINESDIR setting. 64 65=back 66 67=head1 NOTES 68 69The output of B<openssl version -a> would typically be used when sending 70in a bug report. 71 72=head1 COPYRIGHT 73 74Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved. 75 76Licensed under the OpenSSL license (the "License"). You may not use 77this file except in compliance with the License. You can obtain a copy 78in the file LICENSE in the source distribution or at 79L<https://www.openssl.org/source/license.html>. 80 81=cut 82