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