1*2175Sjp161948=pod 2*2175Sjp161948 3*2175Sjp161948=head1 NAME 4*2175Sjp161948 5*2175Sjp161948version - print OpenSSL version information 6*2175Sjp161948 7*2175Sjp161948=head1 SYNOPSIS 8*2175Sjp161948 9*2175Sjp161948B<openssl version> 10*2175Sjp161948[B<-a>] 11*2175Sjp161948[B<-v>] 12*2175Sjp161948[B<-b>] 13*2175Sjp161948[B<-o>] 14*2175Sjp161948[B<-f>] 15*2175Sjp161948[B<-p>] 16*2175Sjp161948 17*2175Sjp161948=head1 DESCRIPTION 18*2175Sjp161948 19*2175Sjp161948This command is used to print out version information about OpenSSL. 20*2175Sjp161948 21*2175Sjp161948=head1 OPTIONS 22*2175Sjp161948 23*2175Sjp161948=over 4 24*2175Sjp161948 25*2175Sjp161948=item B<-a> 26*2175Sjp161948 27*2175Sjp161948all information, this is the same as setting all the other flags. 28*2175Sjp161948 29*2175Sjp161948=item B<-v> 30*2175Sjp161948 31*2175Sjp161948the current OpenSSL version. 32*2175Sjp161948 33*2175Sjp161948=item B<-b> 34*2175Sjp161948 35*2175Sjp161948the date the current version of OpenSSL was built. 36*2175Sjp161948 37*2175Sjp161948=item B<-o> 38*2175Sjp161948 39*2175Sjp161948option information: various options set when the library was built. 40*2175Sjp161948 41*2175Sjp161948=item B<-c> 42*2175Sjp161948 43*2175Sjp161948compilation flags. 44*2175Sjp161948 45*2175Sjp161948=item B<-p> 46*2175Sjp161948 47*2175Sjp161948platform setting. 48*2175Sjp161948 49*2175Sjp161948=item B<-d> 50*2175Sjp161948 51*2175Sjp161948OPENSSLDIR setting. 52*2175Sjp161948 53*2175Sjp161948=back 54*2175Sjp161948 55*2175Sjp161948=head1 NOTES 56*2175Sjp161948 57*2175Sjp161948The output of B<openssl version -a> would typically be used when sending 58*2175Sjp161948in a bug report. 59*2175Sjp161948 60*2175Sjp161948=head1 HISTORY 61*2175Sjp161948 62*2175Sjp161948The B<-d> option was added in OpenSSL 0.9.7. 63*2175Sjp161948 64*2175Sjp161948=cut 65