]> WPIA git - cassiopeia.git/blobdiff - lib/openssl/doc/crypto/BN_swap.pod
add: execute openssl fetcher to fetch openssl 1.0.1j
[cassiopeia.git] / lib / openssl / doc / crypto / BN_swap.pod
diff --git a/lib/openssl/doc/crypto/BN_swap.pod b/lib/openssl/doc/crypto/BN_swap.pod
new file mode 100644 (file)
index 0000000..79efaa1
--- /dev/null
@@ -0,0 +1,23 @@
+=pod
+
+=head1 NAME
+
+BN_swap - exchange BIGNUMs
+
+=head1 SYNOPSIS
+
+ #include <openssl/bn.h>
+
+ void BN_swap(BIGNUM *a, BIGNUM *b);
+
+=head1 DESCRIPTION
+
+BN_swap() exchanges the values of I<a> and I<b>.
+
+L<bn(3)|bn(3)>
+
+=head1 HISTORY
+
+BN_swap was added in OpenSSL 0.9.7.
+
+=cut