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