]> git.ipfire.org Git - thirdparty/openssl.git/blame - doc/man3/BN_swap.pod
Implement EVP_MAC_do_all_ex()
[thirdparty/openssl.git] / doc / man3 / BN_swap.pod
CommitLineData
535b9b57
BM
1=pod
2
3=head1 NAME
4
5BN_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
15BN_swap() exchanges the values of I<a> and I<b>.
16
1f13ad31
PY
17=head1 RETURN VALUES
18
19BN_swap() does not return a value.
20
e2f92610
RS
21=head1 COPYRIGHT
22
61f805c1 23Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved.
e2f92610 24
4746f25a 25Licensed under the Apache License 2.0 (the "License"). You may not use
e2f92610
RS
26this file except in compliance with the License. You can obtain a copy
27in the file LICENSE in the source distribution or at
28L<https://www.openssl.org/source/license.html>.
29
30=cut