Correct PPTP server firewall rules chain.
[tomato/davidwu.git] / release / src / router / openssl / doc / apps / version.pod
blob58f543bc3e6456c13f15d134eadf1dffb1fff03b
1 =pod
3 =head1 NAME
5 version - print OpenSSL version information
7 =head1 SYNOPSIS
9 B<openssl version>
10 [B<-a>]
11 [B<-v>]
12 [B<-b>]
13 [B<-o>]
14 [B<-f>]
15 [B<-p>]
16 [B<-d>]
18 =head1 DESCRIPTION
20 This command is used to print out version information about OpenSSL.
22 =head1 OPTIONS
24 =over 4
26 =item B<-a>
28 all information, this is the same as setting all the other flags.
30 =item B<-v>
32 the current OpenSSL version.
34 =item B<-b>
36 the date the current version of OpenSSL was built.
38 =item B<-o>
40 option information: various options set when the library was built.
42 =item B<-f>
44 compilation flags.
46 =item B<-p>
48 platform setting.
50 =item B<-d>
52 OPENSSLDIR setting.
54 =back
56 =head1 NOTES
58 The output of B<openssl version -a> would typically be used when sending
59 in a bug report.
61 =head1 HISTORY
63 The B<-d> option was added in OpenSSL 0.9.7.
65 =cut