X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fman3%2FBN_add.pod;h=1fae2eee99509b01d900ef4e7391c18999ff33e1;hb=c0e0984f125ee30820520829c4c112b1e166f871;hp=98f2970a97677b71cdbdbdbdcaef19b46e257c86;hpb=e9b77246879071308130cda42336338ddb63cbb4;p=oweals%2Fopenssl.git diff --git a/doc/man3/BN_add.pod b/doc/man3/BN_add.pod index 98f2970a97..1fae2eee99 100644 --- a/doc/man3/BN_add.pod +++ b/doc/man3/BN_add.pod @@ -92,7 +92,9 @@ BN_exp() raises I to the I

-th power and places the result in I BN_mul(). BN_mod_exp() computes I to the I

-th power modulo I (C). This function uses less time and space than BN_exp(). +m>). This function uses less time and space than BN_exp(). Do not call this +function when B is even and any of the parameters have the +B flag set. BN_gcd() computes the greatest common divisor of I and I and places the result in I. I may be the same B as I or @@ -117,9 +119,9 @@ L, L =head1 COPYRIGHT -Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved. -Licensed under the OpenSSL license (the "License"). You may not use +Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at L.