diff options
Diffstat (limited to 'src/lib/libssl/src/doc/crypto/BN_swap.pod')
-rw-r--r-- | src/lib/libssl/src/doc/crypto/BN_swap.pod | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/lib/libssl/src/doc/crypto/BN_swap.pod b/src/lib/libssl/src/doc/crypto/BN_swap.pod deleted file mode 100644 index 14097ca357..0000000000 --- a/src/lib/libssl/src/doc/crypto/BN_swap.pod +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | =pod | ||
2 | |||
3 | =head1 NAME | ||
4 | |||
5 | BN_swap - exchange BIGNUMs | ||
6 | |||
7 | =head1 SYNOPSIS | ||
8 | |||
9 | #include <openssl/bn.h> | ||
10 | |||
11 | void BN_swap(BIGNUM *a, BIGNUM *b); | ||
12 | |||
13 | =head1 DESCRIPTION | ||
14 | |||
15 | BN_swap() exchanges the values of I<a> and I<b>. | ||
16 | |||
17 | =head1 SEE ALSO | ||
18 | |||
19 | L<bn(3)|bn(3)> | ||
20 | |||
21 | =head1 HISTORY | ||
22 | |||
23 | BN_swap was added in OpenSSL 0.9.7. | ||
24 | |||
25 | =cut | ||