Import OpenSSL-1.0.1h.
[dragonfly.git] / crypto / openssl / doc / apps / version.pod
... / ...
CommitLineData
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[B<-d>]
17
18=head1 DESCRIPTION
19
20This command is used to print out version information about OpenSSL.
21
22=head1 OPTIONS
23
24=over 4
25
26=item B<-a>
27
28all information, this is the same as setting all the other flags.
29
30=item B<-v>
31
32the current OpenSSL version.
33
34=item B<-b>
35
36the date the current version of OpenSSL was built.
37
38=item B<-o>
39
40option information: various options set when the library was built.
41
42=item B<-f>
43
44compilation flags.
45
46=item B<-p>
47
48platform setting.
49
50=item B<-d>
51
52OPENSSLDIR setting.
53
54=back
55
56=head1 NOTES
57
58The output of B<openssl version -a> would typically be used when sending
59in a bug report.
60
61=head1 HISTORY
62
63The B<-d> option was added in OpenSSL 0.9.7.
64
65=cut