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